We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4579bc commit df607f2Copy full SHA for df607f2
1 file changed
src/custom/StyledSearchBar/style.tsx
@@ -17,8 +17,5 @@ export const StyledSearchInput = styled(OutlinedInput)(({ style, theme }) => ({
17
export const InputAdornmentEnd = styled(InputAdornment)(({ theme }) => ({
18
borderLeft: `1px solid ${theme.palette.background.tertiary}`,
19
height: '30px',
20
- paddingLeft: '10px',
21
- '@media (max-width: 590px)': {
22
- paddingLeft: '0px'
23
- }
+ paddingLeft: '10px'
24
}));
0 commit comments