Skip to content

Commit d6e1051

Browse files
committed
fix: fix cr
1 parent e913ebe commit d6e1051

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
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 | -

src/dropdown-menu/dropdown-menu.en-US.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ onReset | Function | | Typescript: `(value: DropdownValue) => void`<br/> | N
4141
The component provides the following CSS variables, which can be used to customize styles.
4242
Name | Default Value | Description
4343
-- | -- | --
44-
--td-dropdown-menu-active-colorm | @brand-color | -
45-
--td-dropdown-menu-bg-colorm | @bg-color-container | -
46-
--td-dropdown-menu-colorm | @text-color-primary | -
47-
--td-dropdown-menu-disabled-colorm | @text-color-disabled | -
48-
--td-dropdown-menu-font-sizem | 14px | -
49-
--td-dropdown-menu-icon-sizem | 24px | -
44+
--td-dropdown-menu-active-color | @brand-color | -
45+
--td-dropdown-menu-background | @bg-color-container | -
46+
--td-dropdown-menu-color | @text-color-primary | -
47+
--td-dropdown-menu-disabled-color | @text-color-disabled | -
48+
--td-dropdown-menu-font | @font-body-medium | -
49+
--td-dropdown-menu-icon-size | 24px | -
5050
--td-dropdown-body-max-height | 280px | -
5151
--td-dropdown-menu-bg-color | @bg-color-container | -

src/dropdown-menu/dropdown-menu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ onReset | Function | | TS 类型:`(value: DropdownValue) => void`<br/>点击
4141
组件提供了下列 CSS 变量,可用于自定义样式。
4242
名称 | 默认值 | 描述
4343
-- | -- | --
44-
--td-dropdown-menu-active-colorm | @brand-color | -
45-
--td-dropdown-menu-bg-colorm | @bg-color-container | -
46-
--td-dropdown-menu-colorm | @text-color-primary | -
47-
--td-dropdown-menu-disabled-colorm | @text-color-disabled | -
48-
--td-dropdown-menu-font-sizem | 14px | -
49-
--td-dropdown-menu-icon-sizem | 24px | -
44+
--td-dropdown-menu-active-color | @brand-color | -
45+
--td-dropdown-menu-background | @bg-color-container | -
46+
--td-dropdown-menu-color | @text-color-primary | -
47+
--td-dropdown-menu-disabled-color | @text-color-disabled | -
48+
--td-dropdown-menu-font | @font-body-medium | -
49+
--td-dropdown-menu-icon-size | 24px | -
5050
--td-dropdown-body-max-height | 280px | -
5151
--td-dropdown-menu-bg-color | @bg-color-container | -

0 commit comments

Comments
 (0)