button size changed

This commit is contained in:
juan 2021-01-24 15:49:22 -05:00
parent eb2a24980d
commit c36a3f4a44
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ export const WithdrawInput = (props: {
<Slider marks={marks} value={pct} onChange={setPct} />
<ConnectButton
size="large"
type="primary"
onClick={onWithdraw}
loading={pendingTx}