Fixing wrong dark mode color on button
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.btn-flat {
|
||||
@mixin btn-flat {
|
||||
background: $button-color;
|
||||
|
||||
&:hover {
|
||||
@ -10,9 +10,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.btn-flat {
|
||||
@include btn-flat();
|
||||
}
|
||||
|
||||
.btn {
|
||||
@include Elevation(1);
|
||||
@extend .btn-flat;
|
||||
@include btn-flat();
|
||||
}
|
||||
|
||||
.fab {
|
||||
|
Reference in New Issue
Block a user