diff --git a/src/features/wallet/components/balance.tsx b/src/features/wallet/components/balance.tsx index c8e4af957..a79cb903e 100644 --- a/src/features/wallet/components/balance.tsx +++ b/src/features/wallet/components/balance.tsx @@ -86,6 +86,7 @@ const Amount = ({ amount, onMintClick }: AmountProps) => { theme='secondary' text={intl.formatMessage(messages.withdraw)} onClick={handleWithdrawClick} + className='withdraw-button' />