fix: style of connected wallet

This commit is contained in:
RadoslavDimchev 2023-09-29 21:29:12 +03:00
parent b693043701
commit 3c90865350
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const Deposit = () => {
/>
)}
{!isTransactionConfirmation && (
<YStack space={'$3'}>
<YStack space={'$3'} style={{ width: '100%' }}>
<Text size={19} weight={'semibold'}>
Connect Wallet
</Text>