Browse Source

Improve theme color

master
Yang Luo 2 years ago
parent
commit
bb7ef4544a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/craco.config.js

+ 1
- 1
web/craco.config.js View File

@@ -7,7 +7,7 @@ module.exports = {
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: { '@primary-color': 'rgb(45,120,213)' },
modifyVars: {"@primary-color": "rgb(89,54,213)", "@border-radius-base": "5px"},
javascriptEnabled: true,
},
},


Loading…
Cancel
Save