feat: update theme

This commit is contained in:
Ali BARIN
2021-11-24 23:15:22 +01:00
parent 3260bf8215
commit 232c224ccf
6 changed files with 138 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ export const SearchIconWrapper = styled('div')(({ theme }) => ({
export const InputBase = styled(MuiInput)(({ theme }) => ({
color: 'inherit',
width: '100%',
fontWeight: 400,
maxWidth: '100%',
'& .MuiInput-input': {
padding: theme.spacing(1, 1, 1, 0),