Browse Source

fix: background color of `BatchUpgrader` in dark mode

AnotiaWang 10 months ago
parent
commit
7a4fb1daf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/views/environment/BatchUpgrader.vue

+ 1 - 1
app/src/views/environment/BatchUpgrader.vue

@@ -242,7 +242,7 @@ async function performUpgrade() {
 <style lang="less">
 .dark {
   .core-upgrade-log-container {
-    background-color: rgba(0, 0, 0, 0.84);
+    background-color: rgba(0, 0, 0, 0.84) !important;
   }
 }
 </style>