Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/aml' into tmp/20241101
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Oct 30, 2024
2 parents 6a80149 + f7346e6 commit 25e279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/GasAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const GasAccountInner = () => {
{formatUsdValue(balance, BigNumber.ROUND_DOWN)}
</div>

<div className="w-full mt-auto flex gap-12 items-center justify-center">
<div className="w-full mt-auto flex gap-12 items-center justify-center relative">
<GasAccountBlueBorderedButton
block
onClick={() => setWithdrawVisible(true)}
Expand Down

0 comments on commit 25e279e

Please sign in to comment.