fix: correct margin top for continue button

This commit is contained in:
RadoslavDimchev 2024-01-18 23:05:42 +02:00
parent 4aa4cc7741
commit 1d5285de42

View File

@ -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 && (