feat: improve feedback component, brand color picker

This commit is contained in:
taskylizard 2025-03-27 12:54:11 +00:00
parent 93ed69ddbf
commit 1622da5db9
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 390 additions and 31 deletions

View file

@ -29,8 +29,8 @@ onMounted(() => {
>
<ClientOnly>
<Transition name="fade" mode="out-in">
<VPIconSun v-if="!isDark" class="sun" />
<VPIconMoon v-else class="moon" />
<div v-if="!isDark" class="sun text-xl i-ph-sun-duotone" />
<div v-else class="moon text-xl i-ph-moon-duotone" />
</Transition>
</ClientOnly>
</button>