Skip to content

Commit 0b813d6

Browse files
committed
Fix Navigation font color
1 parent 1f0e17c commit 0b813d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/bento-design-system/src/Navigation/Navigation.css.ts

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export const destinationRecipe = strictRecipe({
1212
variants: {
1313
active: {
1414
false: bentoSprinkles({
15+
color: {
16+
default: "secondaryTransparentEnabledForeground",
17+
hover: "secondaryTransparentHoverForeground",
18+
focus: "secondaryTransparentFocusForeground",
19+
},
1520
background: {
1621
default: "secondaryTransparentEnabledBackground",
1722
hover: "secondaryTransparentHoverBackground",
@@ -21,6 +26,7 @@ export const destinationRecipe = strictRecipe({
2126
}),
2227
true: bentoSprinkles({
2328
background: "secondaryTransparentEnabledBackground",
29+
color: "textPrimary",
2430
}),
2531
},
2632
},

0 commit comments

Comments
 (0)