Skip to content

Commit

Permalink
关闭按钮样式
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Jun 21, 2024
1 parent 9610456 commit 112fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/components/TitleBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ useHotkey('ctrl+shift+i', openDevtools)
<v-btn variant="text" :disabled="true">
<div i-mdi:window-maximize />
</v-btn>
<v-btn variant="text" @click="() => currentWindow.hide()">
<v-btn variant="text" class="hover:bg-red hover:text-white" @click="() => currentWindow.hide()">
<div i-mdi:close />
</v-btn>
</div>
Expand Down

0 comments on commit 112fa42

Please sign in to comment.