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