We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab0b53 commit 31823efCopy full SHA for 31823ef
src/community/utrecht/button.tokens.json
@@ -84,7 +84,7 @@
84
85
"danger": {
86
"background-color": {"value": "{of.color.danger}"},
87
- "color": {"value": "#fce9e8"},
+ "color": {"value": "{of.button.danger.fg}"},
88
89
"focus": {
90
"border-color": {"value": "transparent"}
src/components/buttons/button.tokens.json
@@ -18,7 +18,7 @@
18
},
19
20
21
- "fg": {"value": "#fce9e8"},
+ "fg": {"value": "#ffffff"},
22
"bg": {"value": "{of.color.danger}"},
23
"color-border": {"value": "#aa2218"}
24
}
0 commit comments