mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
fix: correct margin top for continue button
This commit is contained in:
parent
4aa4cc7741
commit
1d5285de42
@ -124,7 +124,7 @@ const ContinueButton = () => {
|
|||||||
justifyContent: isActivationValScreen ? 'space-between' : 'end',
|
justifyContent: isActivationValScreen ? 'space-between' : 'end',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
zIndex: 1000,
|
zIndex: 1000,
|
||||||
marginTop: '10px',
|
marginTop: '21px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isCopyPastedPhrase && (
|
{isCopyPastedPhrase && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user