fix(deposit-panel): alignment

This commit is contained in:
RadoslavDimchev 2024-02-23 10:00:15 +02:00 committed by Emil Ivanichkov
parent 6a89ae5bd5
commit c4b75bb4c1
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ const DepositPanel = () => {
<YStack <YStack
space={'$3'} space={'$3'}
style={{ style={{
alignItems: 'center', width: '100%',
textAlign: 'center',
marginBottom: '6px',
}} }}
> >
{isInfoBoxVisible && !isTransactionConfirmation && ( {isInfoBoxVisible && !isTransactionConfirmation && (