Change icon backspace button style
This commit is contained in:
@@ -132,8 +132,8 @@ export default function TeksDrawer({miziks, mizik}) {
|
||||
{teks ? (
|
||||
<>
|
||||
<Link href='/teks'>
|
||||
<IconButton aria-label='return' className={classes.button} size='small'>
|
||||
<KeyboardBackspaceIcon />
|
||||
<IconButton aria-label='return' size='medium'>
|
||||
<KeyboardBackspaceIcon style={{fontSize: '1.5em'}} />
|
||||
</IconButton>
|
||||
</Link>
|
||||
<Typography noWrap variant='h6'>
|
||||
|
||||
Reference in New Issue
Block a user