design: change themes

This commit is contained in:
Julien Calixte
2024-12-22 23:01:06 +01:00
parent be6468ff6d
commit b348b098de
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const toggle = (isChecked: boolean) => {
<label class="grid cursor-pointer place-items-center"> <label class="grid cursor-pointer place-items-center">
<input <input
type="checkbox" type="checkbox"
value="sunset" value="coffee"
class="toggle theme-controller bg-base-content col-span-2 col-start-1 row-start-1" class="toggle theme-controller bg-base-content col-span-2 col-start-1 row-start-1"
:checked="isDark" :checked="isDark"
@click=" @click="

View File

@@ -43,7 +43,7 @@ module.exports = {
}, },
plugins: [typography, daisyui], plugins: [typography, daisyui],
daisyui: { daisyui: {
themes: ['retro', 'sunset'], themes: ['lofi', 'coffee'],
base: true, base: true,
styled: true, styled: true,
utils: true utils: true