Skip to content

Commit

Permalink
style: use primary button design tokens for toptask link
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 18, 2022
1 parent f879e62 commit e7f3dc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"utrecht": {
"toptask-link": {
"background-color": { "value": "{utrecht.button.background-color}" },
"color": { "value": "{utrecht.button.color}" },
"background-color": { "value": "{utrecht.button.primary-action.background-color}" },
"color": { "value": "{utrecht.button.primary-action.color}" },
"font-size": { "value": "1rem" },
"line-height": { "value": "1.2" },
"min-block-size": { "value": "8.25rem" },
Expand Down

0 comments on commit e7f3dc8

Please sign in to comment.