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 74f3f4c commit f429d37Copy full SHA for f429d37
packages/core/src/Stepper/README.md
@@ -110,7 +110,7 @@ export interface Color {
110
borderColor?: string,
111
/** 组件按钮 + - 颜色 #108ee9 */
112
controlColor?: string,
113
- /** 组件 value 值颜色 + - 颜色 #108ee9 */
+ /** 组件 value 值颜色 #108ee9 */
114
valueColor?: string
115
}
116
packages/core/src/Stepper/index.tsx
@@ -11,7 +11,7 @@ export interface Color {
11
borderColor?: string;
12
13
controlColor?: string;
14
15
valueColor?: string;
16
17
export type Size = 'small' | 'default' | 'large';
0 commit comments