diff --git a/components/select/style/index.less b/components/select/style/index.less index 86d775ff21..be0e1fc6f6 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -256,7 +256,7 @@ } &-selected:not(&-disabled) { - color: @text-color; + color: @select-item-selected-color; font-weight: @select-item-selected-font-weight; background-color: @select-item-selected-bg; diff --git a/components/style/themes/default.less b/components/style/themes/default.less index fc1e180649..5674eb1685 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -413,6 +413,7 @@ // Select // --- @select-border-color: @border-color-base; +@select-item-selected-color: @text-color; @select-item-selected-font-weight: 600; @select-dropdown-bg: @component-background; @select-item-selected-bg: @primary-1;