Skip to content

Commit f429d37

Browse files
committed
chore(Stepper): 优化组件文档
1 parent 74f3f4c commit f429d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/Stepper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export interface Color {
110110
borderColor?: string,
111111
/** 组件按钮 + - 颜色 #108ee9 */
112112
controlColor?: string,
113-
/** 组件 value 值颜色 + - 颜色 #108ee9 */
113+
/** 组件 value 值颜色 #108ee9 */
114114
valueColor?: string
115115
}
116116

packages/core/src/Stepper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface Color {
1111
borderColor?: string;
1212
/** 组件按钮 + - 颜色 #108ee9 */
1313
controlColor?: string;
14-
/** 组件 value 值颜色 + - 颜色 #108ee9 */
14+
/** 组件 value 值颜色 #108ee9 */
1515
valueColor?: string;
1616
}
1717
export type Size = 'small' | 'default' | 'large';

0 commit comments

Comments
 (0)