feat: support change base-primary for cssvar
parent
e7fb72ce90
commit
b0042ab40c
|
@ -9,9 +9,9 @@
|
||||||
// An override for the html selector for theme prefixes
|
// An override for the html selector for theme prefixes
|
||||||
@html-selector: html;
|
@html-selector: html;
|
||||||
|
|
||||||
html {
|
|
||||||
@base-primary: @blue-6;
|
@base-primary: @blue-6;
|
||||||
|
|
||||||
|
html {
|
||||||
// ========= Primary Color =========
|
// ========= Primary Color =========
|
||||||
--@{ant-prefix}-primary-color: @base-primary;
|
--@{ant-prefix}-primary-color: @base-primary;
|
||||||
--@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);
|
--@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);
|
||||||
|
|
Loading…
Reference in New Issue