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