Skip to content

Commit 2939e86

Browse files
committed
feat (design-tokens) : background alternative 컬러 변경
1 parent a456045 commit 2939e86

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tokens/design-tokens.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"type": "color"
415415
},
416416
"alternative": {
417-
"value": "{gray.10}",
417+
"value": "{common.white}",
418418
"type": "color"
419419
},
420420
"disabled": {
@@ -803,6 +803,9 @@
803803
},
804804
"$themes": [],
805805
"$metadata": {
806-
"tokenSetOrder": ["Primitive/light", "Semantic/light"]
806+
"tokenSetOrder": [
807+
"Primitive/light",
808+
"Semantic/light"
809+
]
807810
}
808-
}
811+
}

0 commit comments

Comments
 (0)