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 575755d commit 72e7419Copy full SHA for 72e7419
client/packages/lowcoder/src/comps/comps/selectInputComp/selectCompConstants.tsx
@@ -79,6 +79,7 @@ export const getStyle = (
79
padding: ${style.padding};
80
}
81
.ant-select-selection-search-input,
82
+ .ant-select-selection-item,
83
.ant-select-selection-item .option-label {
84
font-family:${(style as SelectStyleType).fontFamily} !important;
85
text-transform:${(style as SelectStyleType).textTransform} !important;
0 commit comments