mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-02-03 05:57:48 +01:00
Fix UCard dark mode styling and add ColorModeSelect component
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
11
app/app.vue
11
app/app.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user