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 526e5c9 commit 0e6a674Copy full SHA for 0e6a674
apps/web/src/components/CodemirrorEditor/CssEditor.vue
@@ -212,7 +212,7 @@ function exportCurrentTheme() {
212
213
<!-- 悬浮导出按钮 -->
214
<Button
215
- class="absolute bottom-4 right-4 z-10 shadow-lg hover:shadow-xl transition-shadow"
+ class="absolute bottom-4 right-4 z-10 shadow-lg hover:bg-accent cursor-pointer transition-shadow bg-background text-background-foreground border"
216
size="sm"
217
@click="exportCurrentTheme"
218
>
0 commit comments