fix(gui): Padding between input fields and alerts on InitPage

This commit is contained in:
binarybaron 2024-09-09 21:47:20 +02:00
parent 5e87be8a8b
commit 453c842d37
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E

View file

@ -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}