Skip to content

Commit 4ea3366

Browse files
committed
fix: upgrader background issue in dark mode #99
1 parent 80e00df commit 4ea3366

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

frontend/src/components/FooterToolbar/FooterToolBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
<style lang="less" scoped>
2929
.dark {
3030
.ant-pro-footer-toolbar {
31-
background: rgba(24, 24, 24, 0.62);
31+
background: rgba(24, 24, 24, 1);
3232
border-top: unset;
3333
}
3434
}

frontend/src/views/system/Upgrade.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ async function perform_upgrade() {
177177
</template>
178178

179179
<style lang="less">
180+
.dark {
181+
.core-upgrade-log-container {
182+
background-color: rgba(0, 0, 0, 0.84);
183+
}
184+
}
185+
180186
.core-upgrade-log-container {
181187
height: 320px;
182188
overflow: scroll;

0 commit comments

Comments
 (0)