fix: space for validator request
This commit is contained in:
parent
c9875c3388
commit
de0b646162
|
@ -54,7 +54,7 @@ const Deposit = () => {
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<YStack space={'$3'}>
|
||||||
{isTransactionConfirmation ? (
|
{isTransactionConfirmation ? (
|
||||||
<Text size={15} weight="regular" color={'#647084'}>
|
<Text size={15} weight="regular" color={'#647084'}>
|
||||||
{DEPOSIT_SUBTITLE}
|
{DEPOSIT_SUBTITLE}
|
||||||
|
@ -93,7 +93,7 @@ const Deposit = () => {
|
||||||
{isWalletConnected ? <ConnectedWallet /> : <ConnectWallet />}
|
{isWalletConnected ? <ConnectedWallet /> : <ConnectWallet />}
|
||||||
</YStack>
|
</YStack>
|
||||||
)}
|
)}
|
||||||
</>
|
</YStack>
|
||||||
)}
|
)}
|
||||||
</YStack>
|
</YStack>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue