Skip to content

Commit 72e7419

Browse files
fix tree select input styles not applying
1 parent 575755d commit 72e7419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/selectCompConstants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const getStyle = (
7979
padding: ${style.padding};
8080
}
8181
.ant-select-selection-search-input,
82+
.ant-select-selection-item,
8283
.ant-select-selection-item .option-label {
8384
font-family:${(style as SelectStyleType).fontFamily} !important;
8485
text-transform:${(style as SelectStyleType).textTransform} !important;

0 commit comments

Comments
 (0)