Skip to content

Commit

Permalink
Correct secondary button font colour (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick authored May 8, 2019
1 parent 5ceec9a commit 55b5299
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 @@ -70,7 +70,7 @@

.btn--secondary,
.btn--print {
@include btn-override($bg: $color-button-secondary, $color: $color-links, $color-hover: $color-links-hover, $darken-hover: 5%);
@include btn-override($bg: $color-button-secondary, $color: $color-black);
font-weight: normal;
}

Expand Down

0 comments on commit 55b5299

Please sign in to comment.