Skip to content

Commit 5a26866

Browse files
fix: Make select placeholder color white in dark mode
1 parent 4522b50 commit 5a26866

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/select/style/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default genStyleHooks(
152152
inputPaddingHorizontalBase: token.calc(token.paddingSM).sub(token.lineWidth).equal(),
153153
multipleSelectItemHeight: token.multipleItemHeight,
154154
selectHeight: token.controlHeight,
155+
colorTextPlaceholder: `rgba(${token.colorTextPlaceholder}, 0.5)`,
155156
});
156157

157158
return [genSelectStyle(selectToken), genSelectInputStyle(selectToken)];

0 commit comments

Comments
 (0)