design: change light theme to light

This commit is contained in:
Julien Calixte
2026-05-13 18:38:54 +02:00
parent cd60429145
commit 9e07204430
4 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
@plugin 'daisyui' {
themes:
caramellatte --default,
light --default,
dracula --prefersdark;
}

View File

@@ -2,6 +2,6 @@
// Update these values to change the light and dark themes
export const themeConfig = {
light: 'caramellatte',
light: 'light',
dark: 'dracula'
}