adjust light secondary color

This commit is contained in:
Nathaniel Tampus
2023-07-27 16:14:27 +08:00
parent 4f2b2da3e8
commit d0f4ed995b

View File

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