Skip to content

Commit

Permalink
chore: restore max button in send btc flow (#146)
Browse files Browse the repository at this point in the history
* chore: restore max button in send btc flow

* chore: use release core v13.0.0
  • Loading branch information
fedeerbes committed Mar 18, 2024
1 parent e07287f commit 5454e94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@phosphor-icons/react": "^2.0.10",
"@react-spring/web": "^9.6.1",
"@scure/btc-signer": "1.2.1",
"@secretkeylabs/xverse-core": "12.0.1",
"@secretkeylabs/xverse-core": "13.0.0",
"@stacks/connect": "7.4.1",
"@stacks/stacks-blockchain-api-types": "6.1.1",
"@stacks/transactions": "6.9.0",
Expand Down
6 changes: 3 additions & 3 deletions src/app/ui-components/btcAmountSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ function AmountSelector({
/>
<ArrowsDownUp size={16} weight="fill" />
</ConvertComplication>
{/* <VertRule /> */}
{/* <MaxButton $sendMax={sendMax} disabled={disabled} onClick={handleMaxClick}>
<VertRule />
<MaxButton $sendMax={sendMax} disabled={disabled} onClick={handleMaxClick}>
MAX
</MaxButton> */}
</MaxButton>
</>
}
disabled={disabled}
Expand Down

0 comments on commit 5454e94

Please sign in to comment.