Skip to content

Commit a2275fe

Browse files
nyan-mattgithub-actions[bot]
authored andcommitted
build tokens
1 parent b7f7090 commit a2275fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

input/brand-a.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"color-primary": {
33
"default": {
4-
"value": "#0a4173",
4+
"value": "#0f992e",
55
"type": "color"
66
},
77
"hover": {
8-
"value": "#093762",
8+
"value": "#0d8227",
99
"type": "color"
1010
},
1111
"disabled": {

output/brand-a.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.brand-a-theme {
2-
--color-primary-default: #0a4173;
3-
--color-primary-hover: #093762;
2+
--color-primary-default: #0f992e;
3+
--color-primary-hover: #0d8227;
44
--color-primary-disabled: #c2d0dc;
55
--button-radius: 48px;
66
--button-padding-left: 16px;

0 commit comments

Comments
 (0)