feat: add image zoom options (#984)
This commit is contained in:
@@ -136,7 +136,7 @@ export const SignInPane: FunctionComponent<Props> = observer(
|
||||
<IconButton
|
||||
icon="arrow-left"
|
||||
title="Go back"
|
||||
className="flex mr-2 color-neutral"
|
||||
className="flex mr-2 color-neutral p-0"
|
||||
onClick={() => setMenuPane(AccountMenuPane.GeneralMenu)}
|
||||
focusable={true}
|
||||
disabled={isSigningIn}
|
||||
|
||||
Reference in New Issue
Block a user