Skip to content

Commit b48407b

Browse files
committed
feat: add onMuted semantic color token
1 parent 02f714e commit b48407b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tokens/semantic/color.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@
289289
"$value": "{color.gray.900}",
290290
"$type": "color"
291291
},
292+
"onMuted": {
293+
"$value": "{color.gray.900}",
294+
"$type": "color"
295+
},
292296
"onPrimary": {
293297
"$value": "{color.white}",
294298
"$type": "color"

0 commit comments

Comments
 (0)