design: change light theme to bumblebee

This commit is contained in:
Julien Calixte
2026-01-22 23:43:42 +01:00
parent 13ed4ccc4b
commit e1e6f4ec28
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' {
themes:
winter --default,
bumblebee --default,
dim --prefersdark;
}

View File

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