fix(search): Address Github PR comments

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-04-19 11:56:30 -05:00
committed by Carlos Lopez
parent 46310ee03f
commit 87efd07490
3 changed files with 6 additions and 8 deletions
@@ -89,11 +89,6 @@ const useStyles = makeStyles(theme => ({
marginTop: theme.spacing(1),
},
},
container: {
borderRadius: 30,
display: 'flex',
height: '2.4em',
},
input: {
flex: 1,
},