Fix UCard dark mode styling and add ColorModeSelect component

Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-18 22:04:20 +00:00
parent 9ea985c5c2
commit 10d6dfa741
3 changed files with 26 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
<template>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator />
<NuxtPage />
<div>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator />
<div class="fixed top-4 right-4 z-50">
<UColorModeSelect />
</div>
<NuxtPage />
</div>
</template>