From ee3d8dc2fec062265dd34db0e10c34701b1e9158 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Mon, 11 Sep 2023 14:08:17 +0300 Subject: [PATCH] DM-358 - updated border color --- apps/red-ui/src/assets/styles/themes/scm.css | 2 ++ libs/common-ui | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/styles/themes/scm.css b/apps/red-ui/src/assets/styles/themes/scm.css index 86a9dcee8..6eb69ab14 100644 --- a/apps/red-ui/src/assets/styles/themes/scm.css +++ b/apps/red-ui/src/assets/styles/themes/scm.css @@ -4,6 +4,7 @@ body.light { --iqser-primary-2: #4d97dd; --iqser-red-1: #4d4fdd; --iqser-red-2: #4d97dd; + --iqser-helpmode-primary: #fdbd00; /*Override the default light theme here*/ /*Copy CSS variables from theme-template.css file*/ } @@ -14,6 +15,7 @@ body.dark { --iqser-primary-2: #4d97dd; --iqser-red-1: #4d4fdd; --iqser-red-2: #4d97dd; + --iqser-helpmode-primary: #fdbd00; /*Override the default dark theme here*/ /*Copy CSS variables from theme-template.css file*/ } diff --git a/libs/common-ui b/libs/common-ui index f0c51915b..d1df30b56 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit f0c51915b26a36444885df947cddab2c0af101e7 +Subproject commit d1df30b56ea5abd03b0c8623f68fc96db9fef271