Skip to content

Commit

Permalink
feat(data): add new color for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
designerlisa committed Nov 27, 2023
1 parent e5f721f commit 773acf3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,41 @@
"type": "color"
}
}
},
"notification": {
"600": {
"value": "#BB4F00",
"type": "color",
"description": "badge"
},
"transparent": {
"value": "$colors.transparent",
"type": "color"
},
"yin": {
"030": {
"value": "$colors.yin.030",
"type": "color"
},
"055": {
"value": "$colors.yin.055",
"type": "color"
},
"065": {
"value": "$colors.yin.065",
"type": "color"
},
"090": {
"value": "$colors.yin.090",
"type": "color"
}
},
"yang": {
"100": {
"value": "$colors.yang.100",
"type": "color"
}
}
}
},
"logo": {
Expand Down

0 comments on commit 773acf3

Please sign in to comment.