design: change dark theme to sunset
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
garden --default,
|
||||
black --prefersdark;
|
||||
sunset --prefersdark;
|
||||
}
|
||||
|
||||
@config '../../tailwind.config.js';
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
|
||||
export const themeConfig = {
|
||||
light: "garden",
|
||||
dark: 'black'
|
||||
dark: 'sunset'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user