fix(deposits): width of entire content

This commit is contained in:
RadoslavDimchev 2024-01-31 23:57:41 +02:00 committed by Radoslav Dimchev
parent 6597e64011
commit 2bacb22cdb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const Deposit = () => {
{isChainParity ? ( {isChainParity ? (
<ChainParity /> <ChainParity />
) : ( ) : (
<YStack space={'$3'}> <YStack space={'$3'} style={{ width: '100%' }}>
{isTransactionConfirmation ? ( {isTransactionConfirmation ? (
<Text size={15} weight="regular" color={'#647084'}> <Text size={15} weight="regular" color={'#647084'}>
{DEPOSIT_SUBTITLE} {DEPOSIT_SUBTITLE}