修改全局按钮颜色

This commit is contained in:
RenCheng 2025-03-09 13:06:33 +08:00
parent 7bc3589372
commit e1aacc13d6
2 changed files with 3 additions and 3 deletions

2
public/color.less vendored
View File

@ -1,4 +1,4 @@
@primary-color: #089496;
@primary-color: #2B85D1;
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */

View File

@ -77,8 +77,8 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#1890FF',
'link-color': '#1890FF',
'primary-color': '#089496',
'link-color': '#089496',
'border-radius-base': '4px',
},
javascriptEnabled: true,