fix: style of connected wallet
This commit is contained in:
parent
b693043701
commit
3c90865350
|
@ -65,7 +65,7 @@ const Deposit = () => {
|
|||
/>
|
||||
)}
|
||||
{!isTransactionConfirmation && (
|
||||
<YStack space={'$3'}>
|
||||
<YStack space={'$3'} style={{ width: '100%' }}>
|
||||
<Text size={19} weight={'semibold'}>
|
||||
Connect Wallet
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue