diff --git a/src/styles/app.css b/src/styles/app.css index a38728e..92eb56f 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -26,7 +26,7 @@ @plugin 'daisyui' { themes: garden --default, - sunset --prefersdark; + black --prefersdark; } @config '../../tailwind.config.js'; diff --git a/src/theme.config.ts b/src/theme.config.ts index a47b9ac..5f0b746 100644 --- a/src/theme.config.ts +++ b/src/theme.config.ts @@ -3,5 +3,5 @@ export const themeConfig = { light: "garden", - dark: "sunset" + dark: 'black' }