design: change dark theme to business

This commit is contained in:
Julien Calixte
2026-02-15 21:10:27 +01:00
parent caed1f5e7c
commit 51e9d8d541
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
garden --default, garden --default,
coffee --prefersdark; business --prefersdark;
} }
@config '../../tailwind.config.js'; @config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = { export const themeConfig = {
light: 'garden', light: 'garden',
dark: 'coffee', dark: 'business',
} }