From 8df11c4adf7f82de410efa86343e902b663bbe96 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Tue, 24 Sep 2024 10:39:12 +0300 Subject: [PATCH] fix button coloring plan editor css --- .../plan/plan-editor-blueprint/plan-editor.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss index 17d99bb3f..231de5dc1 100644 --- a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss +++ b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss @@ -236,13 +236,13 @@ mat-icon.size-16 { .changes { font-weight: 400; - color: #ffffff; + color: var(--primary-text); } .discard-btn { background: transparent; - border: 1px solid #ffffff; - color: white; + border: 1px solid var(--primary-text); + color: var(--primary-text); width: 110px; display: flex; justify-content: center;