fix(deposit-panel): alignment
This commit is contained in:
parent
6a89ae5bd5
commit
c4b75bb4c1
|
@ -30,9 +30,7 @@ const DepositPanel = () => {
|
|||
<YStack
|
||||
space={'$3'}
|
||||
style={{
|
||||
alignItems: 'center',
|
||||
textAlign: 'center',
|
||||
marginBottom: '6px',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{isInfoBoxVisible && !isTransactionConfirmation && (
|
||||
|
|
Loading…
Reference in New Issue