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 2bf853d commit 665aabeCopy full SHA for 665aabe
1 file changed
apps/web/src/components/editor/CssEditor.vue
@@ -252,7 +252,7 @@ function exportCurrentTheme() {
252
253
<!-- 悬浮导出按钮 -->
254
<Button
255
- 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"
256
size="sm"
257
@click="exportCurrentTheme"
258
>
0 commit comments