Update loading page.

This commit is contained in:
Patrick Fic
2021-06-29 14:46:33 -07:00
parent eaa134d474
commit 6a24c10225
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,9 @@ module.exports = {
modifyVars: {
...(process.env.NODE_ENV === "development"
? { "@primary-color": "#a51d1d" }
: { "@primary-color": "#1DA57A" }),
: {
//"@primary-color": "#1DA57A"
}),
// "@primary-color": " #1890ff", // primary color for all components
// "@link-color": "#1890ff", // link color
// "@success-color": "#52c41a", // success state color