1 parent 4522b50 commit 5a26866Copy full SHA for 5a26866
1 file changed
components/select/style/index.ts
@@ -152,6 +152,7 @@ export default genStyleHooks(
152
inputPaddingHorizontalBase: token.calc(token.paddingSM).sub(token.lineWidth).equal(),
153
multipleSelectItemHeight: token.multipleItemHeight,
154
selectHeight: token.controlHeight,
155
+ colorTextPlaceholder: `rgba(${token.colorTextPlaceholder}, 0.5)`,
156
});
157
158
return [genSelectStyle(selectToken), genSelectInputStyle(selectToken)];
0 commit comments