We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96db3 commit 8a715bdCopy full SHA for 8a715bd
tailwind.config.js
@@ -18,7 +18,7 @@ export default {
18
daisyui: {
19
themes: [
20
{ light: { ...themes.light, primary: '#1C75BC' } },
21
- { dark: { ...themes.dark, primary: '#1C75BC' } }
+ { dark: { ...themes.dark, primary: '#8DC3EE' } }
22
]
23
}
24
0 commit comments