We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a895f5 commit b70eaf5Copy full SHA for b70eaf5
apps/web/src/components/editor/CssEditor.vue
@@ -318,7 +318,7 @@ function exportCurrentTheme() {
318
</transition>
319
320
<Button
321
- v-show="displayStore.isShowCssEditor"
+ v-show="uiStore.isShowCssEditor"
322
class="fixed z-100 shadow-lg hover:bg-accent cursor-pointer transition-shadow bg-background text-background-foreground border" :class="[
323
isMobile ? 'bottom-4 right-4' : 'bottom-10 right-4',
324
]"
0 commit comments