Skip to content

Commit

Permalink
Merge pull request #349 from Sage/231127-DS-badge1634
Browse files Browse the repository at this point in the history
feat(data): add new color for badge
  • Loading branch information
clairedenning authored Nov 28, 2023
2 parents e5f721f + ae5d8b7 commit 628089c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,33 @@
"type": "color"
}
}
},
"notification": {
"600": {
"value": "#BB4F00",
"type": "color",
"description": "badge"
},
"transparent": {
"value": "$colors.transparent",
"type": "color"
},
"yin": {
"100": {
"value": "$colors.yin.100",
"type": "color"
},
"090": {
"value": "$colors.yin.090",
"type": "color"
}
},
"yang": {
"100": {
"value": "$colors.yang.100",
"type": "color"
}
}
}
},
"logo": {
Expand Down

0 comments on commit 628089c

Please sign in to comment.