Skip to content

Commit 542954f

Browse files
authored
Merge pull request #2063 from coderrshyam/patch-1
fix(notebook): add data-[active=true]:text-fd-primary to navbar links
1 parent dd94271 commit 542954f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/layouts/notebook.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function DocsNavbar({
283283
<NavbarLinkItem
284284
key={i}
285285
item={item}
286-
className="text-sm text-fd-muted-foreground transition-colors hover:text-fd-accent-foreground"
286+
className="text-sm text-fd-muted-foreground transition-colors hover:text-fd-accent-foreground data-[active=true]:text-fd-primary"
287287
/>
288288
))}
289289
</div>

0 commit comments

Comments
 (0)