Skip to content

Commit 8a715bd

Browse files
committed
Change dark mode primary color
1 parent 5e96db3 commit 8a715bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
daisyui: {
1919
themes: [
2020
{ light: { ...themes.light, primary: '#1C75BC' } },
21-
{ dark: { ...themes.dark, primary: '#1C75BC' } }
21+
{ dark: { ...themes.dark, primary: '#8DC3EE' } }
2222
]
2323
}
2424
}

0 commit comments

Comments
 (0)