Skip to content

Commit b0042ab

Browse files
committed
feat: support change base-primary for cssvar
1 parent e7fb72c commit b0042ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/style/themes/variable.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
// An override for the html selector for theme prefixes
1010
@html-selector: html;
1111

12-
html {
13-
@base-primary: @blue-6;
12+
@base-primary: @blue-6;
1413

14+
html {
1515
// ========= Primary Color =========
1616
--@{ant-prefix}-primary-color: @base-primary;
1717
--@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);

0 commit comments

Comments
 (0)