Skip to content

Commit

Permalink
Merge 5728ca2 into 1d6f9b9
Browse files Browse the repository at this point in the history
  • Loading branch information
remydenton authored Dec 21, 2018
2 parents 1d6f9b9 + 5728ca2 commit c696076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/bolt-button/src/_button.mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
text-decoration: none;
vertical-align: middle;
cursor: pointer;
border-radius: index($bolt-button-border-radii, 'regular');
border-radius: map-get($bolt-button-border-radii, 'regular');
border-width: $bolt-button-border-width;
border-style: $bolt-button-border-style;

Expand All @@ -60,7 +60,7 @@
width: 100%;
height: 100%;
pointer-events: none;
border-radius: index($bolt-button-border-radii, 'regular');
border-radius: map-get($bolt-button-border-radii, 'regular');
@include bolt-shadow('level-10', true);
}
}
Expand Down

0 comments on commit c696076

Please sign in to comment.