ExtensionStep: get rid of my-6
This commit is contained in:
parent
451e7ab96d
commit
b1dc2486de
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const ExtensionStep: React.FC<IExtensionStep> = ({ setStep, onClose }) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal title={<FormattedMessage id='nostr_signin.siwe.title' defaultMessage='Sign in' />} onClose={onClose}>
|
<Modal title={<FormattedMessage id='nostr_signin.siwe.title' defaultMessage='Sign in' />} onClose={onClose}>
|
||||||
<Stack className='my-6' space={6}>
|
<Stack space={6}>
|
||||||
<EmojiGraphic emoji='🔐' />
|
<EmojiGraphic emoji='🔐' />
|
||||||
|
|
||||||
<Stack space={3}>
|
<Stack space={3}>
|
||||||
|
|
Loading…
Reference in a new issue