add mycroft theme to expansion panel
parent
3795c5b0e5
commit
702a40cc5e
|
@ -20,8 +20,7 @@
|
|||
@use "components/buttons" as buttons;
|
||||
@use "mycroft-theme" as theme;
|
||||
|
||||
.mat-expansion-panel {
|
||||
background-color: white;
|
||||
mat-expansion-panel {
|
||||
border-radius: 10px;
|
||||
margin-bottom: 16px;
|
||||
margin-left: auto;
|
||||
|
|
|
@ -129,6 +129,7 @@ $mycroft-theme: mat.define-light-theme((
|
|||
@include mat.card-theme($mycroft-theme);
|
||||
@include mat.dialog-theme($mycroft-theme);
|
||||
@include mat.divider-theme($mycroft-theme);
|
||||
@include mat.expansion-theme($mycroft-theme);
|
||||
@include mat.form-field-theme($mycroft-theme);
|
||||
@include mat.input-theme($mycroft-theme);
|
||||
@include mat.menu-theme($mycroft-theme);
|
||||
|
|
Loading…
Reference in New Issue