Skip to content

Commit

Permalink
fix: removed nav bg
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2023
1 parent aee5620 commit e6fa7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/visualizer/visualizer-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function VisualizerNav() {
<Link
key={item.name}
className={cn(
"flex items-center bg-blue-50/5 px-4 text-muted-foreground",
"flex items-center px-4 text-muted-foreground",
"transition-colors duration-200 hover:text-foreground/80 focus:text-foreground/80",
{
"font-semibold text-foreground": pathname === item.href,
Expand Down

0 comments on commit e6fa7d6

Please sign in to comment.