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.
2 parents 9908cfd + 2dc0e74 commit a253410Copy full SHA for a253410
src/SelectMenu/SelectMenuFilter.tsx
@@ -39,7 +39,7 @@ const SelectMenuFilter = forwardRef<HTMLInputElement, SelectMenuFilterInternalPr
39
40
return (
41
<StyledForm theme={theme} sx={sx}>
42
- <TextInput theme={theme} ref={ref} width="100%" block value={value} {...rest} />
+ <TextInput theme={theme} ref={ref} width="100%" block value={value} contrast {...rest} />
43
</StyledForm>
44
)
45
}
0 commit comments