Skip to content

Commit 2422e38

Browse files
authored
Update delete account button spacing
Minor spacing change to the delete account button under `/account`. Seems like a small side effect from the typography components added in #16673. https://github.com/gitpod-io/gitpod/blob/2d4f94634ce3178b224e62ac582dc005fc636f5a/components/dashboard/src/user-settings/Account.tsx#L93-L97 Cc @easyCZ because [relevant discussion](https://gitpod.slack.com/archives/C02EN94AEPL/p1680514715896819) (internal) Cc @selfcontained because #16673
1 parent 2d4f946 commit 2422e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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-4">This action will remove all the data associated with your account in Gitpod.</Subheading>
9595
<Button type="danger.secondary" onClick={() => setModal(true)}>
9696
Delete Account
9797
</Button>

0 commit comments

Comments
 (0)