fixes login button color

This commit is contained in:
suzana_dirla
2019-05-08 10:24:27 +03:00
parent 0afb6c4e12
commit 29c529dd93

View File

@@ -13,7 +13,6 @@
@import '../components/layout/layout.theme.scss';
@import '../components/shared/content-node-share/content-node-share.dialog.scss';
@import './overrides/adf-toolbar.theme';
@import 'overrides/adf-layout-container.theme';
@import './overrides/adf-document-list.theme';
@@ -62,7 +61,10 @@ $foreground: map-get($custom-theme, foreground);
$warn: map-get($custom-theme, warn);
@mixin custom-theme($theme) {
@include custom-adf-toolbar-theme($theme);
.adf-toolbar {
@include mat-button-theme($theme);
}
@include adf-document-list-theme($theme);
@include layout-theme($theme);