Lijy 4 mesiacov pred
rodič
commit
7e5771aeee

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/App.vue

@@ -49,7 +49,7 @@
             switchThemes(type) {
                 const colorType = { 
                     'default': '#409EFF',
-                    'dark': '#FF0000',
+                    'dark': '#075985',
                 }
                 setTimeout(() => {
                     this.colorChange(colorType[type])

+ 4 - 4
fhKeeper/formulahousekeeper/timesheet/src/assets/scss/_themes.scss

@@ -7,9 +7,9 @@ $themes: (
   ),
 
   dark: (
-    background_color: red,
-    color: red,
-    color1: rgb(255, 126, 126),
-    border_color: red,
+    background_color: #075985,
+    color: #075985,
+    color1: #4f85a1,
+    border_color: #075985,
   ),
 );