Skip to content

Commit 2dc0e74

Browse files
authored
Update SelectMenuFilter stle
1 parent 9908cfd commit 2dc0e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectMenu/SelectMenuFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const SelectMenuFilter = forwardRef<HTMLInputElement, SelectMenuFilterInternalPr
3939

4040
return (
4141
<StyledForm theme={theme} sx={sx}>
42-
<TextInput theme={theme} ref={ref} width="100%" block value={value} {...rest} />
42+
<TextInput theme={theme} ref={ref} width="100%" block value={value} contrast {...rest} />
4343
</StyledForm>
4444
)
4545
}

0 commit comments

Comments
 (0)