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