Skip to content

Commit

Permalink
fix: full screen style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaocl1997 committed Nov 8, 2021
1 parent 5d0a516 commit d73e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/AppFullScreen/useFullScreenExtend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useFullScreenExtend = () => {
if (app.value.fullscreenTarget !== '#app') {
toggleClass(
el.value as HTMLElement,
'bg-body-color p-4',
'bg-bodyColor p-4',
app.value.isFullScreen
)
}
Expand Down

0 comments on commit d73e75e

Please sign in to comment.