Ver código fonte

fix: env indicator background in dark mode

0xJacky 1 ano atrás
pai
commit
61ce1938b4

+ 8 - 0
frontend/src/components/EnvIndicator/EnvIndicator.vue

@@ -87,4 +87,12 @@ watch(node_id, async () => {
         }
     }
 }
+
+.dark {
+    .container {
+        border: 1px solid #545454;
+        background: transparent;
+        color: #bebebe;
+    }
+}
 </style>

+ 1 - 1
frontend/src/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.3","build_id":10,"total_build":214}
+{"version":"2.0.0-beta.3","build_id":11,"total_build":215}

+ 1 - 1
frontend/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.3","build_id":10,"total_build":214}
+{"version":"2.0.0-beta.3","build_id":11,"total_build":215}