Upgrade to ADF 3.2.0 (#1100)

* Upgrade to ADF 3.2.0 version

* fixes login button color

* Revert "fixes login button color"

This reverts commit 29c529d

* include only button color styling for toolbar
This commit is contained in:
Suzana Dirla
2019-05-08 16:14:57 +01:00
committed by Denys Vuika
parent 6b5a14dee9
commit 7e4b635154
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@mixin custom-adf-toolbar-theme($theme) {
.adf-toolbar {
@include angular-material-theme($theme);
@include mat-button-theme($theme);
}
}