We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb72c commit b0042abCopy full SHA for b0042ab
components/style/themes/variable.less
@@ -9,9 +9,9 @@
9
// An override for the html selector for theme prefixes
10
@html-selector: html;
11
12
-html {
13
- @base-primary: @blue-6;
+@base-primary: @blue-6;
14
+html {
15
// ========= Primary Color =========
16
--@{ant-prefix}-primary-color: @base-primary;
17
--@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);
0 commit comments