fix: do not remove the outline
parent
a9029a5f4f
commit
50fac73713
|
@ -169,7 +169,6 @@ function Footer({styles}: {styles: ReturnType<typeof useStyles>}) {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
color: 'transparent',
|
color: 'transparent',
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
outline: 0,
|
|
||||||
border: 0,
|
border: 0,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
}}>
|
}}>
|
||||||
|
|
Loading…
Reference in New Issue