From 8051ad4dde8c525be597195fb3be82ec36dcda20 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:40:18 -0700 Subject: [PATCH] Tweak / fix some dark mode colors Update styles.scss --- .../dashboard-settings.component.html | 24 +++++++++---------- webapp/frontend/src/styles/styles.scss | 12 ++++++++++ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html index 682a91e..2ef214f 100644 --- a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html +++ b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html @@ -53,24 +53,24 @@ -
+
- Critical Error Threshold + Critical Error Threshold - Critical Warning Threshold + Critical Warning Threshold
-
+
- Error Threshold + Error Threshold - Warning Threshold + Warning Threshold
@@ -78,26 +78,26 @@ -
+
- Critical Error Threshold + Critical Error Threshold - Critical Warning Threshold + Critical Warning Threshold
-
+
- Critical Error Threshold + Critical Error Threshold - Critical Warning Threshold + Critical Warning Threshold
diff --git a/webapp/frontend/src/styles/styles.scss b/webapp/frontend/src/styles/styles.scss index e86eb52..c200595 100644 --- a/webapp/frontend/src/styles/styles.scss +++ b/webapp/frontend/src/styles/styles.scss @@ -4,3 +4,15 @@ // @ Styles from this file will override anything from 'vendors.scss' file allowing customizations and // modifications of third party libraries. // ----------------------------------------------------------------------------------------------------- + +.treo-theme-dark .yellow-50 { + background-color: #242b38 !important; + + .mat-icon { + color: #6f4315 !important; + } + + .text-secondary { + color: rgb(203 101 37 / 70%) !important + } +} \ No newline at end of file