Skip to content

Commit 0f5b0af

Browse files
committed
fix: fix cr
1 parent 0b204df commit 0f5b0af

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/calendar/calendar.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Name | Default Value | Description
4747
--td-calendar-switch-mode-icon-color | @text-color-secondary | -
4848
--td-calendar-switch-mode-icon-disabled-color | @text-color-disabled | -
4949
--td-calendar-title-color | @text-color-primary | -
50-
--td-calendar-title-font-size | 18px | -
50+
--td-calendar-title-font | @font-title-large | -

src/calendar/calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ onSelect | Function | | TS 类型:`(value: Date) => void`<br/>点击日期时
4747
--td-calendar-switch-mode-icon-color | @text-color-secondary | -
4848
--td-calendar-switch-mode-icon-disabled-color | @text-color-disabled | -
4949
--td-calendar-title-color | @text-color-primary | -
50-
--td-calendar-title-font-size | 18px | -
50+
--td-calendar-title-font | @font-title-large | -

src/color-picker/color-picker.en-US.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ onPaletteBarChange | Function | | Typescript:`(context: { color: ColorObject
2525
The component provides the following CSS variables, which can be used to customize styles.
2626
Name | Default Value | Description
2727
-- | -- | --
28-
--td-color-picker-border-radius-circle | @radius-circle | -
2928
--td-color-picker-format-background-color | @gray-color-1 | -
3029
--td-color-picker-gradient-preview-height | 28px | -
3130
--td-color-picker-gradient-preview-radius | 3px | -

src/color-picker/color-picker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ onPaletteBarChange | Function | | TS 类型:`(context: { color: ColorObject }
2525
组件提供了下列 CSS 变量,可用于自定义样式。
2626
名称 | 默认值 | 描述
2727
-- | -- | --
28-
--td-color-picker-border-radius-circle | @radius-circle | -
2928
--td-color-picker-format-background-color | @gray-color-1 | -
3029
--td-color-picker-gradient-preview-height | 28px | -
3130
--td-color-picker-gradient-preview-radius | 3px | -

0 commit comments

Comments
 (0)