mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-23 05:25:26 -04:00
fix(gui): Padding between input fields and alerts on InitPage
This commit is contained in:
parent
5e87be8a8b
commit
453c842d37
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ const useStyles = makeStyles((theme) => ({
|
||||||
fieldsOuter: {
|
fieldsOuter: {
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
gap: theme.spacing(2),
|
gap: theme.spacing(1.5),
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
@ -51,8 +51,8 @@ export default function InitPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<RemainingFundsWillBeUsedAlert />
|
|
||||||
<Box className={classes.fieldsOuter}>
|
<Box className={classes.fieldsOuter}>
|
||||||
|
<RemainingFundsWillBeUsedAlert />
|
||||||
<MoneroAddressTextField
|
<MoneroAddressTextField
|
||||||
label="Monero redeem address"
|
label="Monero redeem address"
|
||||||
address={redeemAddress}
|
address={redeemAddress}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue