adjust light theme secondary color

This commit is contained in:
Nathaniel Tampus
2023-03-06 15:54:24 +08:00
parent f08623993f
commit 7fea5f933e

View File

@@ -11,7 +11,7 @@ module.exports = {
{ {
chessuLight: { chessuLight: {
primary: "#047AFF", primary: "#047AFF",
secondary: "#463AA2", secondary: "#6370d6",
accent: "#C148AC", accent: "#C148AC",
neutral: "#9ab3d9", neutral: "#9ab3d9",
"base-100": "#FFFFFF", "base-100": "#FFFFFF",