fix: space for validator request

This commit is contained in:
RadoslavDimchev 2024-01-30 14:46:46 +02:00 committed by Radoslav Dimchev
parent c9875c3388
commit de0b646162
1 changed files with 2 additions and 2 deletions

View File

@ -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>
)