Skip to content

Commit

Permalink
fix: remove px
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed May 24, 2024
1 parent 5e289fe commit e0c1aae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const PaymentMethodsEmpty = ({ onAddPaymentMethod }: TPaymentMethodsEmptyProps)
)}
>
<div className='payment-methods-empty'>
<DerivLightIcPaymentMethodsWalletIcon height='160px' />
<DerivLightIcPaymentMethodsWalletIcon height={160} />
<Text className='payment-methods-empty__heading' size='lg' weight='bold'>
<Localize i18n_default_text='You haven’t added any payment methods yet' />
</Text>
Expand All @@ -60,7 +60,7 @@ const PaymentMethodsEmpty = ({ onAddPaymentMethod }: TPaymentMethodsEmptyProps)

return (
<div className='payment-methods-empty'>
<DerivLightIcPaymentMethodsWalletIcon height='160px' />
<DerivLightIcPaymentMethodsWalletIcon height={160} />
<Text className='payment-methods-empty__heading' weight='bold'>
<Localize i18n_default_text='You haven’t added any payment methods yet' />
</Text>
Expand Down

0 comments on commit e0c1aae

Please sign in to comment.