Skip to content

Commit

Permalink
minor css update
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed Dec 8, 2023
1 parent f950aff commit 84e71fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/header/gameMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function GameMenu() {
return (
<Menu>
<Menu.Button>
<svg className='h-5 w-5' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor' aria-hidden='true'>
<svg className='h-5 w-5 hover:opacity-70' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor' aria-hidden='true'>
<path fillRule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clipRule='evenodd' />
</svg>
</Menu.Button>
Expand All @@ -43,7 +43,7 @@ export default function GameMenu() {
{({ active }) => (
<a href={getUrl(link.subdomain)}>
<div
className='flex w-full items-center rounded-md cursor-pointer px-3 py-2 gap-3'
className='flex w-full items-center cursor-pointer px-3 py-2 gap-3'
style={{
backgroundColor: active ? 'var(--bg-color-3)' : undefined,
}}
Expand Down

0 comments on commit 84e71fb

Please sign in to comment.