used daisyUI for dark mode
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ module.exports = {
|
||||
secondary: "#22d3ee",
|
||||
accent: "#4f46e5",
|
||||
neutral: "#6b7280",
|
||||
"base-100": "#f5f5f4",
|
||||
"base-100": "#ffffff",
|
||||
info: "#a5f3fc",
|
||||
success: "#22c55e",
|
||||
warning: "#facc15",
|
||||
@@ -23,7 +23,7 @@ module.exports = {
|
||||
secondary: "#0284c7",
|
||||
accent: "#818cf8",
|
||||
neutral: "#1f2937",
|
||||
"base-100": "#fcfcfc",
|
||||
"base-100": "#171717",
|
||||
info: "#009ee4",
|
||||
success: "#00b17d",
|
||||
warning: "#eac700",
|
||||
|
||||
Reference in New Issue
Block a user