We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94271 commit 542954fCopy full SHA for 542954f
packages/ui/src/layouts/notebook.tsx
@@ -283,7 +283,7 @@ function DocsNavbar({
283
<NavbarLinkItem
284
key={i}
285
item={item}
286
- className="text-sm text-fd-muted-foreground transition-colors hover:text-fd-accent-foreground"
+ className="text-sm text-fd-muted-foreground transition-colors hover:text-fd-accent-foreground data-[active=true]:text-fd-primary"
287
/>
288
))}
289
</div>
0 commit comments