design: change themes
This commit is contained in:
@@ -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="
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user