Skip to content

Commit 0e71b5c

Browse files
committed
Merge branch 'Frontend-bugfix-ui-issue' of https://github.com/Couchers-org/couchers into Frontend-bugfix-ui-issue
2 parents 1abfe02 + 3d6ed24 commit 0e71b5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/web/features/auth/deletion/DeleteAccount.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ export default function DeleteAccount({
101101
label={t("auth:delete_account.request.confirm_username_label")}
102102
fullWidth={!isMdOrWider}
103103
/>
104-
<Typography variant="subtitle1" sx={{ paddingTop: 2, paddingBottom: 2 }}>
104+
<Typography
105+
variant="subtitle1"
106+
sx={{ paddingTop: 2, paddingBottom: 2 }}
107+
>
105108
{t("auth:delete_account.request.reason_explanation")}
106109
</Typography>
107110
<TextField

0 commit comments

Comments
 (0)