Skip to content

Commit 524f2c2

Browse files
committed
Upgrade to daisyui@4
1 parent dcf7325 commit 524f2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ const config = {
1515
themes: [
1616
{
1717
light: {
18-
...require('daisyui/src/theming/themes')['[data-theme=light]'],
18+
...require('daisyui/src/theming/themes')['light'],
1919
primary: '#1C75BC',
2020
'primary-content': 'white'
2121
}
2222
},
2323
{
2424
dark: {
25-
...require('daisyui/src/theming/themes')['[data-theme=dark]'],
25+
...require('daisyui/src/theming/themes')['dark'],
2626
primary: '#1C75BC'
2727
}
2828
}

0 commit comments

Comments
 (0)