was using themes wrongly

This commit is contained in:
Fractal-Tess
2022-09-05 03:08:21 +03:00
parent 2df24f3385
commit a218f3f6dc

View File

@@ -19,7 +19,6 @@ const config = {
themes: [ themes: [
{ {
light: { light: {
...require('daisyui/src/colors/themes')['[data-theme=light]'],
primary: '#e863d6', primary: '#e863d6',
secondary: '#7bc3e0', secondary: '#7bc3e0',
accent: '#cd97fc', accent: '#cd97fc',
@@ -31,7 +30,6 @@ const config = {
error: '#DE3B4E' error: '#DE3B4E'
}, },
dark: { dark: {
...require('daisyui/src/colors/themes')['[data-theme=dark]'],
primary: '#137cb5', primary: '#137cb5',
secondary: '#e80d52', secondary: '#e80d52',
accent: '#f4cd73', accent: '#f4cd73',