(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 { .mat-toolbar {
position: relative; position: relative;
background: inherit; background: inherit !important;
color: inherit; color: inherit !important;
} }
.logo { .logo {