Skip to content

Commit

Permalink
fix: avoid default outset border styling for button
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 14, 2021
1 parent b4677c8 commit 8f9ac28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/button/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
background-color: var(--utrecht-button-primary-action-background-color, var(--utrecht-button-background-color));
block-size: var(--utrecht-button-block-size, auto);
border-radius: var(--utrecht-button-border-radius);
border-width: var(--utrecht-button-border-width);
border-style: solid;
border-width: var(--utrecht-button-border-width, 0);
color: var(--utrecht-button-primary-action-color, var(--utrecht-button-color));
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
Expand Down

0 comments on commit 8f9ac28

Please sign in to comment.