Skip to content

Commit 575755d

Browse files
fix select input styles not applying
1 parent f3e96ac commit 575755d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const getStyle = (
7878
.ant-select-selection-search {
7979
padding: ${style.padding};
8080
}
81-
.ant-select-selection-search-input {
81+
.ant-select-selection-search-input,
82+
.ant-select-selection-item .option-label {
8283
font-family:${(style as SelectStyleType).fontFamily} !important;
8384
text-transform:${(style as SelectStyleType).textTransform} !important;
8485
text-decoration:${(style as SelectStyleType).textDecoration} !important;

0 commit comments

Comments
 (0)