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