Skip to content

Commit

Permalink
Merge pull request #211 from BreadchainCoop/sb-180-2
Browse files Browse the repository at this point in the history
Fix hover color in light mode
  • Loading branch information
secbajor authored Jan 13, 2025
2 parents 58425f1 + 447552f commit 9415b92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/governance/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ function NavLink({
{...props}
className={clsx(
"flex flex-row items-center gap-2 dark:text-breadgray-ultra-white transition-all font-semibold",
currentPath !== props.href &&
"opacity-50 dark:hover:text-breadgray-ultra-white hover:text-breadpink-500 hover:opacity-100"
currentPath !== props.href && "opacity-50 hover:opacity-100"
)}
>
{children}
Expand Down

0 comments on commit 9415b92

Please sign in to comment.