mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Buttons: Use text color (#24439)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user