Skip to content

Commit 7a4fb1d

Browse files
committed
fix: background color of BatchUpgrader in dark mode
1 parent f6f66a3 commit 7a4fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/environment/BatchUpgrader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async function performUpgrade() {
242242
<style lang="less">
243243
.dark {
244244
.core-upgrade-log-container {
245-
background-color: rgba(0, 0, 0, 0.84);
245+
background-color: rgba(0, 0, 0, 0.84) !important;
246246
}
247247
}
248248
</style>

0 commit comments

Comments
 (0)