Skip to content

Commit a253410

Browse files
authored
Merge pull request #1104 from primer/colebemis-patch-2
Update SelectMenuFilter style
2 parents 9908cfd + 2dc0e74 commit a253410

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)