Skip to content

Commit a62fabe

Browse files
committed
fix: make select text size equal to other inputs text
1 parent c2063b1 commit a62fabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/Select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Select = (props: Props) => {
3131
const SelectStyles: Partial<StylesConfig> = {
3232
container: (provided) => ({
3333
...provided,
34-
fontSize: theme.fontSizes[2] + 'px',
34+
fontSize: theme.fontSizes[1] + 'px',
3535
fontFamily: '"Varela Round", Arial, sans-serif',
3636
}),
3737
control: (provided) => ({

0 commit comments

Comments
 (0)