Skip to content

Commit 1820d80

Browse files
authored
fix(background): add color weak tokens (#230)
* fix(background,text): add color weak tokens * fix(text): remove unneeded weak tokens
1 parent fb49ffd commit 1820d80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tokens/source/color/background.json

+8
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
}
121121
},
122122
"success": {
123+
"weak": {
124+
"comment": "Weak background color for success elements (green.40).",
125+
"value": "{color.alias.green.40.value}"
126+
},
123127
"weakest": {
124128
"comment": "Weakest background color for success elements (green.10).",
125129
"value": "{color.alias.green.10.value}"
@@ -130,6 +134,10 @@
130134
"value": "{color.alias.transparent.value}"
131135
},
132136
"warning": {
137+
"weak": {
138+
"comment": "Weak background color for warning elements (yellow.40).",
139+
"value": "{color.alias.yellow.40.value}"
140+
},
133141
"weakest": {
134142
"comment": "Weakest background color for warning elements (yellow.10).",
135143
"value": "{color.alias.yellow.10.value}"

0 commit comments

Comments
 (0)