We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f7090 commit a2275feCopy full SHA for a2275fe
input/brand-a.json
@@ -1,11 +1,11 @@
1
{
2
"color-primary": {
3
"default": {
4
- "value": "#0a4173",
+ "value": "#0f992e",
5
"type": "color"
6
},
7
"hover": {
8
- "value": "#093762",
+ "value": "#0d8227",
9
10
11
"disabled": {
output/brand-a.css
@@ -1,6 +1,6 @@
.brand-a-theme {
- --color-primary-default: #0a4173;
- --color-primary-hover: #093762;
+ --color-primary-default: #0f992e;
+ --color-primary-hover: #0d8227;
--color-primary-disabled: #c2d0dc;
--button-radius: 48px;
--button-padding-left: 16px;
0 commit comments