From 61ce1938b4aa7310a67bc587039c6cb65e2c3841 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Wed, 9 Aug 2023 18:40:06 +0800 Subject: [PATCH] fix: env indicator background in dark mode --- frontend/src/components/EnvIndicator/EnvIndicator.vue | 8 ++++++++ frontend/src/version.json | 2 +- frontend/version.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/EnvIndicator/EnvIndicator.vue b/frontend/src/components/EnvIndicator/EnvIndicator.vue index ad8e8194..58b93ab2 100644 --- a/frontend/src/components/EnvIndicator/EnvIndicator.vue +++ b/frontend/src/components/EnvIndicator/EnvIndicator.vue @@ -87,4 +87,12 @@ watch(node_id, async () => { } } } + +.dark { + .container { + border: 1px solid #545454; + background: transparent; + color: #bebebe; + } +} diff --git a/frontend/src/version.json b/frontend/src/version.json index 60095bd1..d0da5934 100644 --- a/frontend/src/version.json +++ b/frontend/src/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.3","build_id":10,"total_build":214} \ No newline at end of file +{"version":"2.0.0-beta.3","build_id":11,"total_build":215} \ No newline at end of file diff --git a/frontend/version.json b/frontend/version.json index 60095bd1..d0da5934 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.3","build_id":10,"total_build":214} \ No newline at end of file +{"version":"2.0.0-beta.3","build_id":11,"total_build":215} \ No newline at end of file