Skip to content

Commit

Permalink
[977] Expand hover styles on buttons to fill mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
millmason committed Jan 11, 2025
1 parent dbc2540 commit 16e1f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/IconLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function IconLink({ icon, text, href }: IconLinkProps) {
startContent={<div className="linkIcon">{icon}</div>}
className={
pathname === href
? 'active-state-nav gap-0'
: 'iconLink bg-color-none gap-0'
? 'active-state-nav gap-0 w-full justify-start'
: 'iconLink bg-color-none gap-0 w-full justify-start'
}
// className="flex text-gray-900 items-center active:bg-[#E9FFE5] active:text-green-700 focus:text-green-700 focus:bg-[#E9FFE5] hover:gray-100 bg-color-none hover:bg-gray-10"
>
Expand Down

0 comments on commit 16e1f97

Please sign in to comment.