Skip to content

Commit

Permalink
chore: Sync brand tokens config
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Oct 19, 2023
1 parent dcc024a commit 8c6ce59
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/canvas-tokens/tokens/web/brand.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,21 @@
},
"common": {
"focus-outline": {
"value": "{brand.primary.base}",
"value": "{palette.blueberry.400}",
"type": "color"
},
"error-inner": {
"value": "{brand.error.base}",
"value": "{palette.cinnamon.500}",
"type": "color"
},
"alert-inner": {
"value": "{brand.alert.base}",
"value": "{palette.cantaloupe.400}",
"type": "color"
}
},
"gradient": {
"primary": {
"value": "linear-gradient(90deg, {brand.primary.base} 0%, {brand.primary.dark} 100%)",
"type": "color"
}
"value": "linear-gradient(90deg, {brand.primary.base} 0%, {brand.primary.dark} 100%)",
"type": "color"
}
}
}

0 comments on commit 8c6ce59

Please sign in to comment.