We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3202d81 + 09a2f19 commit 79d370fCopy full SHA for 79d370f
1 file changed
app/web/features/auth/deletion/DeleteAccount.tsx
@@ -84,7 +84,7 @@ export default function DeleteAccount({
84
</Alert>
85
)}
86
<StyledForm onSubmit={onSubmit}>
87
- <Typography variant="subtitle1">
+ <Typography variant="subtitle1" sx={{ paddingBottom: 2 }}>
88
<Trans
89
t={t}
90
i18nKey="auth:delete_account.request.confirm_username_explanation"
@@ -101,7 +101,10 @@ export default function DeleteAccount({
101
label={t("auth:delete_account.request.confirm_username_label")}
102
fullWidth={!isMdOrWider}
103
/>
104
+ <Typography
105
+ variant="subtitle1"
106
+ sx={{ paddingTop: 2, paddingBottom: 2 }}
107
+ >
108
{t("auth:delete_account.request.reason_explanation")}
109
</Typography>
110
<TextField
0 commit comments