Skip to content

Commit

Permalink
fix(wallet-mobile): fix withdraw modal height (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Sep 24, 2024
1 parent 8c48e57 commit 8d851f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const WithdrawStakingRewards = ({wallet}: Props) => {
onCancel={() => closeModal()}
/>
</Boundary>,
400,
450,
)
}

Expand Down

0 comments on commit 8d851f4

Please sign in to comment.