Skip to content

Commit

Permalink
Update withdraw button in modal confirm withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Oct 9, 2024
1 parent a5daa8f commit 98ae909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ModalConfirmWithdraw: ModalFC<ModalConfirmWithdrawData> = ({
to={withdraw.to}
search={withdraw.search}
params={{ strategyId: strategy.id }}
className={buttonStyles({ variant: 'white' })}
className={buttonStyles({ variant: 'success' })}
data-testid="withdraw-strategy-btn"
>
Withdraw Funds
Expand Down

0 comments on commit 98ae909

Please sign in to comment.