Skip to content

Commit

Permalink
fix: update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 8, 2024
1 parent 587d15d commit 98507c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytetrade/ui",
"version": "0.1.28",
"version": "0.1.29",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (themeValue) {
}
const message = (event: any) => {
if (event.data.message === 'theme_update') {
if (event.data.message === 'theme_apps_update') {
if (event.data.info.theme.toString() === '1') {
$q.dark.set(false);
} else {
Expand Down

0 comments on commit 98507c9

Please sign in to comment.