Skip to content

Commit

Permalink
fix(button): change typo on tertiary button
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyssa committed May 7, 2019
1 parent ecdb1ba commit 3dba948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/elements/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@
}

.#{$prefix}button-secondary {
$id: 'button-secondary';
color: map-get($colormap-base, black);
background-color: map-get($colormap-base, white);
border: 2px solid;

@include themify($themes) {
border-color: themed('primary');
// padding-top: 0.375rem;
&:hover,
&:focus,
&.#{$prefix}button-secondary--hover {
Expand Down

0 comments on commit 3dba948

Please sign in to comment.