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