diff --git a/src/styles/app.css b/src/styles/app.css index ec49cc5..7fc9c7d 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -25,7 +25,7 @@ @plugin 'daisyui' { themes: garden --default, - coffee --prefersdark; + business --prefersdark; } @config '../../tailwind.config.js'; diff --git a/src/theme.config.ts b/src/theme.config.ts index e4438a3..c58bd93 100644 --- a/src/theme.config.ts +++ b/src/theme.config.ts @@ -3,5 +3,5 @@ export const themeConfig = { light: 'garden', - dark: 'coffee', + dark: 'business', }