Skip to content

Commit

Permalink
Merge pull request #562 from AnotiaWang/fix/batchupgrader-background
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Sep 17, 2024
2 parents f6f66a3 + 7a4fb1d commit d1984a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/environment/BatchUpgrader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d1984a0

Please sign in to comment.