Skip to content

Commit

Permalink
Buttons: Use text color (#24439)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterholmberg authored May 10, 2020
1 parent 96cb6d6 commit c671fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

// Info appears as a neutral blue
.btn-secondary {
@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl);
@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl, $text-color);
// Inverse appears as dark gray
}
.btn-inverse {
Expand Down

0 comments on commit c671fdb

Please sign in to comment.