design: change light theme to cupcake

This commit is contained in:
Julien Calixte
2026-05-06 20:25:13 +02:00
parent 30f200df30
commit f8ae4351d6
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
@plugin 'daisyui' {
themes:
retro --default,
cupcake --default,
forest --prefersdark;
}

View File

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