add mycroft theme to expansion panel

pull/92/head
Chris Veilleux 2022-09-07 14:59:28 -05:00
parent 3795c5b0e5
commit 702a40cc5e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);