Skip to content

Commit 921b284

Browse files
committed
style: button bg
1 parent 8153a95 commit 921b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/CodemirrorEditor/CssEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function exportCurrentTheme() {
212212

213213
<!-- 悬浮导出按钮 -->
214214
<Button
215-
class="absolute bottom-4 right-4 z-10 shadow-lg hover:shadow-xl transition-shadow"
215+
class="absolute bottom-4 right-4 z-10 shadow-lg hover:bg-accent cursor-pointer transition-shadow bg-background text-background-foreground border"
216216
size="sm"
217217
@click="exportCurrentTheme"
218218
>

0 commit comments

Comments
 (0)