File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const Input = React.forwardRef(
5353Input . displayName = 'Input'
5454
5555const StyledInput = styled ( Input ) `
56- height: ${ ( props ) => props . height || '46px' } ;
56+ height: 3em ;
5757 display: flex;
5858 justify-content: space-between;
5959 align-items: center;
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const SelectParent = styled.div`
2424 }
2525
2626 .select__control {
27+ height: 3em;
2728 border: 1px solid ${ validatedColor ( ) } ;
2829 border-radius: 0.375em;
2930 box-shadow: none;
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const StyledSelect = styled.select`
4444 padding-block: 0.5em;
4545 padding-inline-start: 0.75em;
4646 padding-inline-end: 2em;
47+ height: 3em;
4748 width: 100%;
4849 appearance: none;
4950 cursor: pointer;
You can’t perform that action at this time.
0 commit comments