From 7dc0892c83f75cf9b7be59eaaca5b1949a10b3bc Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Thu, 30 Aug 2018 10:56:46 +0300 Subject: [PATCH] (Toolbar) Fixed: Custom bg color cannot be applied to the toolbar background --- src/app/layout/components/toolbar/toolbar.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout/components/toolbar/toolbar.component.scss b/src/app/layout/components/toolbar/toolbar.component.scss index 73aeea8f..218aa9ba 100644 --- a/src/app/layout/components/toolbar/toolbar.component.scss +++ b/src/app/layout/components/toolbar/toolbar.component.scss @@ -12,8 +12,8 @@ toolbar { .mat-toolbar { position: relative; - background: inherit; - color: inherit; + background: inherit !important; + color: inherit !important; } .logo {