diff --git a/components/style/themes/dark.less b/components/style/themes/dark.less index 00ec8c7bdd..59a9b69f20 100644 --- a/components/style/themes/dark.less +++ b/components/style/themes/dark.less @@ -320,6 +320,17 @@ @table-filter-dropdown-bg: @popover-background; @table-expand-icon-bg: transparent; +// Tag +// --- +@info-color-deprecated-bg: @primary-1; +@info-color-deprecated-border: @primary-3; +@success-color-deprecated-bg: @green-1; +@success-color-deprecated-border: @green-3; +@warning-color-deprecated-bg: @orange-1; +@warning-color-deprecated-border: @orange-3; +@error-color-deprecated-bg: @red-1; +@error-color-deprecated-border: @red-3; + // TimePicker // --- @picker-basic-cell-hover-with-range-color: darken(@primary-color, 35%); diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 758bc598e1..1290587993 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -283,10 +283,12 @@ @divider-text-padding: 1em; @divider-orientation-margin: 5%; @divider-color: rgba(0, 0, 0, 6%); +@divider-vertical-gutter: 8px; // Dropdown @dropdown-selected-color: @primary-color; @dropdown-menu-submenu-disabled-bg: @component-background; +@dropdown-selected-bg: @item-active-bg; // Empty @empty-font-size: @font-size-base; @@ -306,6 +308,7 @@ @radio-button-color: @btn-default-color; @radio-button-hover-color: @primary-5; @radio-button-active-color: @primary-7; +@radio-button-padding-horizontal: @padding-md - 1px; @radio-disabled-button-checked-bg: @disabled-active-bg; @radio-disabled-button-checked-color: @disabled-color; @radio-wrapper-margin-right: 8px; @@ -566,6 +569,7 @@ @modal-footer-border-width: @border-width-base; @modal-mask-bg: fade(@black, 45%); @modal-confirm-body-padding: 32px 32px 24px; +@modal-confirm-title-font-size: @font-size-lg; // Progress // -- @@ -992,6 +996,8 @@ @drawer-footer-padding-vertical: @modal-footer-padding-vertical; @drawer-footer-padding-horizontal: @modal-footer-padding-horizontal; @drawer-header-close-size: 56px; +@drawer-title-font-size: @font-size-lg; +@drawer-title-line-height: 22px; // Timeline // --- diff --git a/components/style/themes/variable.less b/components/style/themes/variable.less index edcd6e0ea4..f0a4576138 100644 --- a/components/style/themes/variable.less +++ b/components/style/themes/variable.less @@ -338,10 +338,12 @@ html { @divider-text-padding: 1em; @divider-orientation-margin: 5%; @divider-color: rgba(0, 0, 0, 6%); +@divider-vertical-gutter: 8px; // Dropdown @dropdown-selected-color: @primary-color; @dropdown-menu-submenu-disabled-bg: @component-background; +@dropdown-selected-bg: @item-active-bg; // Empty @empty-font-size: @font-size-base; @@ -361,6 +363,7 @@ html { @radio-button-color: @btn-default-color; @radio-button-hover-color: @primary-5; @radio-button-active-color: @primary-7; +@radio-button-padding-horizontal: @padding-md - 1px; @radio-disabled-button-checked-bg: @disabled-active-bg; @radio-disabled-button-checked-color: @disabled-color; @radio-wrapper-margin-right: 8px; @@ -621,6 +624,7 @@ html { @modal-footer-border-width: @border-width-base; @modal-mask-bg: fade(@black, 45%); @modal-confirm-body-padding: 32px 32px 24px; +@modal-confirm-title-font-size: @font-size-lg; // Progress // -- @@ -1047,6 +1051,8 @@ html { @drawer-footer-padding-vertical: @modal-footer-padding-vertical; @drawer-footer-padding-horizontal: @modal-footer-padding-horizontal; @drawer-header-close-size: 56px; +@drawer-title-font-size: @font-size-lg; +@drawer-title-line-height: 22px; // Timeline // ---