fix(deposits): width of entire content
This commit is contained in:
parent
6597e64011
commit
2bacb22cdb
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue