feat: add image zoom options (#984)

This commit is contained in:
Aman Harwara
2022-04-19 14:00:23 +05:30
committed by GitHub
parent b6eeaea516
commit a78c0ce2a1
13 changed files with 108 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ export const CreateAccount: 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={handleClose}
focusable={true}
/>