Skip to content

Commit

Permalink
fix summary dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jan 26, 2024
1 parent 2a53fa3 commit 6e2f23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/summary/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default {
window.addEventListener('resize', () => {
this.panelStyle.height = window.innerHeight - 70 + 'px';
});
this.switchTheme(this.isDark);
}
};
</script>
Expand Down

0 comments on commit 6e2f23c

Please sign in to comment.