Skip to content

Commit

Permalink
Update text color in SiteMainNav component
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Jan 16, 2024
1 parent 3651d04 commit f5836b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/siteMainHeader/SiteMainNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
variant="outline"
aria-label={link.ariaLabel}
aria-current={isCurrentPage}
class={!isCurrentPage ? 'text-primary-foreground' : ''}
class={!isCurrentPage ? 'text-muted-foreground' : ''}
>
{link.title}
</Button>
Expand Down

0 comments on commit f5836b2

Please sign in to comment.