mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
frontend: support more missing dark mode style
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
</a-tooltip>
|
||||
|
||||
<!-- Theme Toggle Button -->
|
||||
<a-tooltip :title="isDark ? '切换到亮色模式' : '切换到暗黑模式'">
|
||||
<a-tooltip :title="isDark ? '切换到亮色模式' : '切换到暗色模式'">
|
||||
<a-button
|
||||
type="text"
|
||||
class="!p-2 !flex !items-center !justify-center hover:!bg-gray-100 dark:hover:!bg-gray-700 transition-all"
|
||||
|
||||
Reference in New Issue
Block a user