Skip to content

Commit

Permalink
feat: button border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 27, 2021
1 parent 5397114 commit ab68aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Links met een pijl als voorloopteken worden gebruikt aan het einde van een tekst
## Design tokens

- Button
- `--utrecht-button-border-radius`
- `--utrecht-button-border-width`
- `--utrecht-button-focus-transform-scale`
- `--utrecht-button-font-size`
Expand Down
1 change: 1 addition & 0 deletions components/button/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
background-color: var(--utrecht-button-primary-action-background-color);
border-radius: var(--utrecht-button-border-radius);
border-width: var(--utrecht-button-border-width);
padding-inline-start: var(--utrecht-button-padding-inline-start);
padding-inline-end: var(--utrecht-button-padding-inline-end);
Expand Down

0 comments on commit ab68aa7

Please sign in to comment.