Skip to content

Commit 543d673

Browse files
committed
fix: button tokens
1 parent 6449cc5 commit 543d673

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

tokens/tokens/light/semantic/component/button.json

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
22
"component": {
33
"button": {
4-
"primary-background-color-default": {
5-
"$type": "color",
6-
"$value": "{semantic.surface.primary}"
4+
"primary": {
5+
"default": {
6+
"background-color": {
7+
"$type": "color",
8+
"$value": "{semantic.surface.primary}"
9+
}
10+
},
11+
"light": {
12+
"background-color": {
13+
"$type": "color",
14+
"$value": "{semantic.surface.primary}"
15+
}
16+
},
17+
"dark": {
18+
"background-color": {
19+
"$type": "color",
20+
"$value": "{semantic.surface.primary}"
21+
}
22+
}
723
}
824
}
925
}

0 commit comments

Comments
 (0)