We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a5de commit 00422acCopy full SHA for 00422ac
components/config-provider/cssVariables.tsx
@@ -28,7 +28,7 @@ export function registerTheme(globalPrefixCls: string, theme: Theme) {
28
variables[`${type}-color`] = formatColor(baseColor);
29
variables[`${type}-color-disabled`] = colorPalettes[1];
30
variables[`${type}-color-hover`] = colorPalettes[4];
31
- variables[`${type}-color-active`] = colorPalettes[7];
+ variables[`${type}-color-active`] = colorPalettes[6];
32
variables[`${type}-color-outline`] = baseColor.clone().setAlpha(0.2).toRgbString();
33
variables[`${type}-color-deprecated-bg`] = colorPalettes[1];
34
variables[`${type}-color-deprecated-border`] = colorPalettes[3];
0 commit comments