Skip to content

Commit

Permalink
rearrange order
Browse files Browse the repository at this point in the history
  • Loading branch information
designerlisa committed Aug 16, 2023
1 parent 57a8282 commit d58daff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,11 @@
"type": "color",
"description": "NOT for text"
},
"010": {
"value": "#0000001A",
"type": "color",
"description": "subtle outline element divider on light surface"
},
"030": {
"value": "$colors.yin.030",
"type": "color"
Expand All @@ -719,27 +724,22 @@
"090": {
"value": "$colors.yin.090",
"type": "color"
},
"010": {
"value": "#0000001A",
"type": "color",
"description": "subtle outline element divider on light surface"
}
},
"yang": {
"100": {
"value": "$colors.yang.100",
"type": "color"
},
"080": {
"value": "$colors.yang.080",
"type": "color",
"description": "Search on dark placeholder"
},
"030": {
"value": "#ffffff4D",
"type": "color",
"description": "subtle outline element divider on dark surface"
},
"080": {
"value": "$colors.yang.080",
"type": "color",
"description": "Search on dark placeholder"
}
},
"disabled": {
Expand Down

0 comments on commit d58daff

Please sign in to comment.