Skip to content

Commit

Permalink
Recovered tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Feb 12, 2024
1 parent b55af64 commit 54922d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions proprietary/tokens/src/components/amsterdam/button.tokens.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"amsterdam": {
"button": {
"font-family": { "value": "{amsterdam.typography.font-family}" },
"font-size": { "value": "{amsterdam.typography.text-level.5.font-size}" },
"line-height": { "value": "{amsterdam.typography.text-level.5.line-height}" },
"gap": { "value": "1rem" },
"padding-inline-start": { "value": "1rem" },
"padding-inline-end": { "value": "1rem" },
"padding-block-start": { "value": "0.5rem" },
"padding-block-end": { "value": "0.5rem" },
"outline-offset": { "value": "{amsterdam.focus.outline-offset}" },
"primary": {
"background-color": { "value": "{amsterdam.color.primary-blue}" },
"box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}" },
"color": { "value": "{amsterdam.color.primary-white}" },
"disabled": {
"background-color": { "value": "{amsterdam.color.neutral-grey2}" },
"box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey2}" }
},
"hover": {
"background-color": { "value": "{amsterdam.color.dark-blue}" },
"box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.dark-blue}" }
}
},
"secondary": {
"background-color": { "value": "{amsterdam.color.primary-white}" },
"color": { "value": "{amsterdam.color.primary-blue}" },
Expand Down

0 comments on commit 54922d2

Please sign in to comment.