I'm working on React + Material UI. I would like to reduce the distance between StartIcon and Text-Login in Button (Attached Picture as below). Can anyone share how to do that? I tried to change the size to small but nothing changes. My code as below. Thank you,
<Button
variant="contained"
size="small"
startIcon={<PersonIcon color="buttonwordcolor" />}
>
<Typography variant="h6" color="buttonwordcolor.main">
Log In
</Typography>
</Button>
