feat(module): add DEFAULT shade to primary color (#493)

This commit is contained in:
Benjamin Canac
2023-08-03 16:27:23 +02:00
parent 7008df0988
commit c6056ed133
6 changed files with 58 additions and 42 deletions

View File

@@ -4,9 +4,9 @@
<UHeader>
<template #left>
<NuxtLink to="/getting-started" class="flex items-end gap-1.5 font-bold text-xl text-gray-900 dark:text-white">
<Logo class="w-8 h-8 text-primary-500 dark:text-primary-400" />
<Logo class="w-8 h-8 text-primary" />
<span class="hidden sm:block">NuxtLabs</span><span class="sm:text-primary-500 dark:sm:text-primary-400">UI</span>
<span class="hidden sm:block">NuxtLabs</span><span class="sm:text-primary">UI</span>
</NuxtLink>
</template>