Commit c671fdbb by Peter Holmberg Committed by GitHub

Buttons: Use text color (#24439)

parent 96cb6d66
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment