Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/web/features/auth/deletion/DeleteAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ export default function DeleteAccount({
</Alert>
)}
<StyledForm onSubmit={onSubmit}>
<Typography variant="subtitle1">
{/* add padding bottom only */}
Comment thread
kevinortiz43 marked this conversation as resolved.
Outdated
<Typography variant="subtitle1" sx={{ pb: 2 }}>
<Trans
t={t}
i18nKey="auth:delete_account.request.confirm_username_explanation"
Expand All @@ -101,7 +102,7 @@ export default function DeleteAccount({
label={t("auth:delete_account.request.confirm_username_label")}
fullWidth={!isMdOrWider}
/>
<Typography variant="subtitle1">
<Typography variant="subtitle1" sx={{ paddingY: 2 }}>
Comment thread
kevinortiz43 marked this conversation as resolved.
Outdated
{t("auth:delete_account.request.reason_explanation")}
</Typography>
<TextField
Expand Down
Loading