fix(ui): don't hardcore dark button color

This commit is contained in:
Łukasz Mierzwa
2019-12-16 21:23:30 +00:00
parent 379e19bd7d
commit b78b799a27

View File

@@ -66,6 +66,6 @@ button.components-label.btn {
}
&.btn-dark:hover {
// same as in Theme.scss
background-color: #3b4247;
background-color: $dark;
}
}