feat: support change base-primary for cssvar

pull/5407/head
tangjinzhou 2022-03-24 22:09:20 +08:00
parent e7fb72ce90
commit b0042ab40c
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
// An override for the html selector for theme prefixes
@html-selector: html;
html {
@base-primary: @blue-6;
@base-primary: @blue-6;
html {
// ========= Primary Color =========
--@{ant-prefix}-primary-color: @base-primary;
--@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);