mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): don't hardcore dark button color
This commit is contained in:
@@ -66,6 +66,6 @@ button.components-label.btn {
|
||||
}
|
||||
&.btn-dark:hover {
|
||||
// same as in Theme.scss
|
||||
background-color: #3b4247;
|
||||
background-color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user