Skip to content

Commit 48e146d

Browse files
committed
Fix secondary and tertiary button color values in rebrand theme
1 parent 6efafed commit 48e146d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

tokensStudio/rebrand/semantic/color/rebrandLight.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,8 +2103,17 @@
21032103
"type": "color"
21042104
},
21052105
"brandButtonSecondaryBgd": {
2106-
"value": "{color.navy.navy30}",
2107-
"type": "color"
2106+
"value": "{color.navy.navy110}",
2107+
"type": "color",
2108+
"$extensions": {
2109+
"studio.tokens": {
2110+
"modify": {
2111+
"type": "alpha",
2112+
"value": "0.2",
2113+
"space": "hsl"
2114+
}
2115+
}
2116+
}
21082117
},
21092118
"brandButtonSecondaryText": {
21102119
"value": "{color.navy.navy170}",

0 commit comments

Comments
 (0)