Skip to content

Commit

Permalink
add namespace so the new token start with --announcement-
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannuar committed Aug 12, 2024
1 parent bacaf37 commit 75cda0a
Showing 1 changed file with 40 additions and 38 deletions.
78 changes: 40 additions & 38 deletions src/tokens/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1600,46 +1600,48 @@
}
},
"components/announcement": {
"background": {
"default": {
"value": "{color.white}",
"type": "color"
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
},
"dark": {
"value": "{color.primary.darker}",
"type": "color"
}
},
"heading": {
"default": {
"value": "{color.primary.dark}",
"type": "color"
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
},
"dark": {
"value": "{color.primary.darker}",
"type": "color"
}
},
"icon": {
"default": {
"value": "{color.primary.dark}",
"type": "color"
"announcement": {
"background": {
"default": {
"value": "{color.white}",
"type": "color"
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
},
"dark": {
"value": "{color.primary.darker}",
"type": "color"
}
},
"dark": {
"value": "{color.link-hover-lighter}",
"type": "color"
"heading": {
"default": {
"value": "{color.primary.dark}",
"type": "color"
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
},
"dark": {
"value": "{color.primary.darker}",
"type": "color"
}
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
"icon": {
"default": {
"value": "{color.primary.dark}",
"type": "color"
},
"dark": {
"value": "{color.link-hover-lighter}",
"type": "color"
},
"light": {
"value": "{color.primary.lighter}",
"type": "color"
}
}
}
},
Expand Down

0 comments on commit 75cda0a

Please sign in to comment.