We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f0e17c + 0b813d6 commit 103414aCopy full SHA for 103414a
packages/bento-design-system/src/Navigation/Navigation.css.ts
@@ -12,6 +12,11 @@ export const destinationRecipe = strictRecipe({
12
variants: {
13
active: {
14
false: bentoSprinkles({
15
+ color: {
16
+ default: "secondaryTransparentEnabledForeground",
17
+ hover: "secondaryTransparentHoverForeground",
18
+ focus: "secondaryTransparentFocusForeground",
19
+ },
20
background: {
21
default: "secondaryTransparentEnabledBackground",
22
hover: "secondaryTransparentHoverBackground",
@@ -21,6 +26,7 @@ export const destinationRecipe = strictRecipe({
26
}),
27
true: bentoSprinkles({
23
28
background: "secondaryTransparentEnabledBackground",
29
+ color: "textPrimary",
24
30
25
31
},
32
0 commit comments