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">
<input
type="checkbox"
value="sunset"
value="coffee"
class="toggle theme-controller bg-base-content col-span-2 col-start-1 row-start-1"
:checked="isDark"
@click="