diff --git a/web/craco.config.js b/web/craco.config.js index aee4752..b873f56 100644 --- a/web/craco.config.js +++ b/web/craco.config.js @@ -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, }, },