Skip to content

Commit

Permalink
fix border resize
Browse files Browse the repository at this point in the history
  • Loading branch information
freirart committed Apr 30, 2024
1 parent a17f435 commit cbd773a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ export default function Header({
key={playerId}
className={`flex justify-between items-center p-2 md:w-[14.75rem] w-40 rounded-3xl
dark:bg-special-black bg-light-blue dark:text-white-blue
text-special-black font-medium${
text-special-black font-medium transition-none${
isCurrentPlayer
? ' rainbow-border dark:dark-rainbow-border'
: ''
: ' border-[3px] border-light-blue dark:border-special-black'
}`}
>
{signMap[playerId]}
Expand Down

0 comments on commit cbd773a

Please sign in to comment.