Skip to content

Commit

Permalink
Fix info text color
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 16, 2023
1 parent 1c58f16 commit 1efd7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}

.btn-info {
@include button-variant($blue, $blue, $black);
@include button-variant($blue, $blue, $white);
}

.btn-light {
Expand Down

0 comments on commit 1efd7ac

Please sign in to comment.