Skip to content

Commit

Permalink
fix: upgrader background issue in dark mode #99
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Apr 15, 2023
1 parent 80e00df commit 4ea3366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/FooterToolbar/FooterToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
<style lang="less" scoped>
.dark {
.ant-pro-footer-toolbar {
background: rgba(24, 24, 24, 0.62);
background: rgba(24, 24, 24, 1);
border-top: unset;
}
}
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/views/system/Upgrade.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ async function perform_upgrade() {
</template>

<style lang="less">
.dark {
.core-upgrade-log-container {
background-color: rgba(0, 0, 0, 0.84);
}
}
.core-upgrade-log-container {
height: 320px;
overflow: scroll;
Expand Down

0 comments on commit 4ea3366

Please sign in to comment.