update light theme neutral color

This commit is contained in:
Nathaniel Tampus
2023-03-06 15:43:13 +08:00
parent 60716861ac
commit d913a259ba

View File

@@ -13,7 +13,7 @@ module.exports = {
primary: "#047AFF",
secondary: "#463AA2",
accent: "#C148AC",
neutral: "#021431",
neutral: "#9ab3d9",
"base-100": "#FFFFFF",
"base-200": "#F2F7FF",
"base-300": "#E3E9F4",
@@ -35,7 +35,6 @@ module.exports = {
error: "#FB7085"
}
}
],
darkTheme: "chessuDark"
]
}
};