Skip to content

Commit 665aabe

Browse files
committed
style: button bg
1 parent 2bf853d commit 665aabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

253253
<!-- 悬浮导出按钮 -->
254254
<Button
255-
class="absolute bottom-4 right-4 z-10 shadow-lg hover:shadow-xl transition-shadow"
255+
class="absolute bottom-4 right-4 z-10 shadow-lg hover:bg-accent cursor-pointer transition-shadow bg-background text-background-foreground border"
256256
size="sm"
257257
@click="exportCurrentTheme"
258258
>

0 commit comments

Comments
 (0)