Skip to content

Commit

Permalink
Merge pull request #20 from balena-io-modules/darken-subtle-border
Browse files Browse the repository at this point in the history
Darken border subtle token and add border radius tokens
  • Loading branch information
drskullster authored Jul 1, 2024
2 parents 29cfc1b + 47532b3 commit ecaab0b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions tokens/design-tokens.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"shape": {
"border_radius": {
"full": {
"type": "dimension",
"value": 48
},
"sm": {
"type": "dimension",
"value": 4
},
"md": {
"type": "dimension",
"value": 8
},
"lg": {
"type": "dimension",
"value": 16
}
}
},
"color": {
"palette": {
"neutral": {
Expand Down Expand Up @@ -758,7 +778,7 @@
},
"subtle": {
"type": "color",
"value": "{color.palette.neutral.75}"
"value": "{color.palette.neutral.100}"
},
"strong": {
"type": "color",
Expand Down Expand Up @@ -1897,4 +1917,4 @@
"value": 128
}
}
}
}

0 comments on commit ecaab0b

Please sign in to comment.