Skip to content

Commit df607f2

Browse files
committed
Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent b4579bc commit df607f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/custom/StyledSearchBar/style.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ export const StyledSearchInput = styled(OutlinedInput)(({ style, theme }) => ({
1717
export const InputAdornmentEnd = styled(InputAdornment)(({ theme }) => ({
1818
borderLeft: `1px solid ${theme.palette.background.tertiary}`,
1919
height: '30px',
20-
paddingLeft: '10px',
21-
'@media (max-width: 590px)': {
22-
paddingLeft: '0px'
23-
}
20+
paddingLeft: '10px'
2421
}));

0 commit comments

Comments
 (0)