Skip to content

Commit 28b531f

Browse files
committed
Update delete account button spacing
1 parent 2d4f946 commit 28b531f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/dashboard/src/user-settings/Account.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ export default function Account() {
9191
</ProfileInformation>
9292
</form>
9393
<Heading2 className="mt-12">Delete Account</Heading2>
94-
<Subheading>This action will remove all the data associated with your account in Gitpod.</Subheading>
94+
<Subheading className="mb-3">
95+
This action will remove all the data associated with your account in Gitpod.
96+
</Subheading>
9597
<Button type="danger.secondary" onClick={() => setModal(true)}>
9698
Delete Account
9799
</Button>

0 commit comments

Comments
 (0)