design: change light theme to cupcake
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
retro --default,
|
||||
cupcake --default,
|
||||
forest --prefersdark;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
// Update these values to change the light and dark themes
|
||||
|
||||
export const themeConfig = {
|
||||
light: 'retro',
|
||||
light: 'cupcake',
|
||||
dark: "forest"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user