From b96908b74b7445995011c36092fae6e6296c4eff Mon Sep 17 00:00:00 2001 From: Elmer Lucien <104235220+LucnElmr@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:13:00 +0200 Subject: [PATCH] fix(LayoutComponent) - remove hardcoded color --- projects/layout/src/layout.component.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/layout/src/layout.component.scss b/projects/layout/src/layout.component.scss index ec82617..12cb38f 100644 --- a/projects/layout/src/layout.component.scss +++ b/projects/layout/src/layout.component.scss @@ -216,10 +216,6 @@ ngx-layout { .primary-action-container { z-index: 20; - - button { - background-color: #009688; - } } } }