fix(deposits): width of entire content
This commit is contained in:
parent
6597e64011
commit
2bacb22cdb
|
@ -44,7 +44,7 @@ const Deposit = () => {
|
|||
{isChainParity ? (
|
||||
<ChainParity />
|
||||
) : (
|
||||
<YStack space={'$3'}>
|
||||
<YStack space={'$3'} style={{ width: '100%' }}>
|
||||
{isTransactionConfirmation ? (
|
||||
<Text size={15} weight="regular" color={'#647084'}>
|
||||
{DEPOSIT_SUBTITLE}
|
||||
|
|
Loading…
Reference in New Issue