Buttons: Use text color (#24439)

This commit is contained in:
Peter Holmberg 2020-05-10 21:06:25 +02:00 committed by GitHub
parent 96cb6d668f
commit c671fdbbf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {