Skip to content

Commit

Permalink
Fix hover color in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara authored and Sara committed Jan 13, 2025
1 parent 58425f1 commit a9cf22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/governance/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function NavLink({
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"
"opacity-50 dark:hover:text-breadgray-ultra-white hover:text-breadgray-pitchblack hover:opacity-100"
)}
>
{children}
Expand Down

0 comments on commit a9cf22f

Please sign in to comment.