was using themes wrongly
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user