used daisyUI for dark mode

This commit is contained in:
daniel31x13
2023-11-24 07:50:16 -05:00
parent b8b6fe24bc
commit 3afd5fef6e
14 changed files with 105 additions and 48 deletions
+2 -2
View File
@@ -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",