Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e96ac commit 575755dCopy full SHA for 575755d
client/packages/lowcoder/src/comps/comps/selectInputComp/selectCompConstants.tsx
@@ -78,7 +78,8 @@ export const getStyle = (
78
.ant-select-selection-search {
79
padding: ${style.padding};
80
}
81
- .ant-select-selection-search-input {
+ .ant-select-selection-search-input,
82
+ .ant-select-selection-item .option-label {
83
font-family:${(style as SelectStyleType).fontFamily} !important;
84
text-transform:${(style as SelectStyleType).textTransform} !important;
85
text-decoration:${(style as SelectStyleType).textDecoration} !important;
0 commit comments