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: {
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
gap: theme.spacing(2),
|
||||
gap: theme.spacing(1.5),
|
||||
},
|
||||
}));
|
||||
|
||||
|
@ -51,8 +51,8 @@ export default function InitPage() {
|
|||
|
||||
return (
|
||||
<Box>
|
||||
<RemainingFundsWillBeUsedAlert />
|
||||
<Box className={classes.fieldsOuter}>
|
||||
<RemainingFundsWillBeUsedAlert />
|
||||
<MoneroAddressTextField
|
||||
label="Monero redeem address"
|
||||
address={redeemAddress}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue