(Toolbar) Fixed: Custom bg color cannot be applied to the toolbar background

This commit is contained in:
Sercan Yemen 2018-08-30 10:56:46 +03:00
parent ef216718b9
commit 7dc0892c83

View File

@ -12,8 +12,8 @@ toolbar {
.mat-toolbar {
position: relative;
background: inherit;
color: inherit;
background: inherit !important;
color: inherit !important;
}
.logo {