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