src\app\app.component.scss
:root {
--mdc-theme-primary: #3f51b5;
--mdc-theme-secondary: #3f51b5;
--mdc-theme-on-primary: #ffffff;
--mdc-theme-on-secondary: #ffffff;
--mdc-theme-error: #d84646;
--mdc-theme-info: #3f51b5;
--mdc-theme-warning: #ff9800;
--mdc-layout-grid-gutter-desktop: 16px;
--mdc-layout-grid-margin-desktop: 0px;
--mdc-layout-grid-margin-phone: 0px;
}
网友评论