Polishing touches and tweaks

This commit is contained in:
Ahmed Al-Taiar
2024-10-06 00:31:59 -04:00
parent e5f9bbd462
commit fb542bb5b5
13 changed files with 96 additions and 61 deletions

View File

@ -142,4 +142,16 @@ export const theme = {
export const darkMode = ['class', '[data-theme="dark"]']
export const plugins = [require('daisyui')]
export const daisyui = { themes: ['light', 'dark'] }
export const daisyui = {
themes: [
'light',
{
dark: {
...require('daisyui/src/theming/themes')['dark'],
'base-100': '#212121',
'base-200': '#1d1d1d',
'base-300': '#191919',
},
},
],
}