Skip to content

Commit

Permalink
Change button border colour (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick authored May 28, 2019
1 parent 09361fc commit 7a87b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $button-border-height: 3px;
display: inherit;
padding: 0.75em 1em;

border-bottom: ems($button-border-height) solid rgba(0, 0, 0, 0.35);
border-bottom: ems($button-border-height) solid rgba(0, 0, 0, 0.6);
border-radius: $input-radius;

background: $color-button;
Expand Down

0 comments on commit 7a87b9d

Please sign in to comment.