Skip to content

Commit 401cd01

Browse files
authored
Update delete account button spacing (#17125)
1 parent 9cf0243 commit 401cd01

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)