Skip to content

Commit

Permalink
fix: update button outline color (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Butterworth committed Apr 2, 2021
1 parent 1e61280 commit 7200389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@each $color, $value in $theme-colors {
.btn-outline-#{$color} {
background: $white;
border-color: $gray-300;
border-color: $light-300;
&:not(:disabled):not(.disabled) {
&:hover, &:focus, &:active, &.hover, &.focus, &.active {
background: $value;
Expand Down

0 comments on commit 7200389

Please sign in to comment.