Skip to content

Commit

Permalink
Updated styling of border radius of board
Browse files Browse the repository at this point in the history
  • Loading branch information
me3zaAKAgoat committed Mar 31, 2024
1 parent a156f23 commit 98e5828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/HUD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function HUD({
};

return (
<div className="w-[600px] z-10 bg-secondary h-[70%] border-[0.5px] border-quaternary p-2 px-4 flex items-center justify-between">
<div className="rounded w-[600px] z-10 bg-secondary h-[70%] border-[0.5px] border-quaternary p-2 px-4 flex items-center justify-between">
<div className="flex">
<h1 className="flex justify-center items-center font-bold mr-2">
Completion:
Expand Down

0 comments on commit 98e5828

Please sign in to comment.