Skip to content

Commit 0ebebf6

Browse files
authored
Merge pull request #125 from SableClient/style-fixes
style fixes
2 parents 83d20e0 + 4e51a36 commit 0ebebf6

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

src/app/features/settings/about/About.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ export function About({ requestClose }: AboutProps) {
243243
</Button>
244244
}
245245
/>
246+
</SequenceCard>
247+
<SequenceCard
248+
className={SequenceCardStyle}
249+
variant="SurfaceVariant"
250+
direction="Column"
251+
gap="400"
252+
>
246253
<SettingTile
247254
title="Report an Issue"
248255
description="Report a bug or request a feature on GitHub."

src/app/features/settings/notifications/SystemNotification.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-nested-ternary */
22
import { useCallback, useEffect, useState } from 'react';
3-
import { Box, Text, Switch, Button, color, Spinner } from 'folds';
3+
import { Box, Text, Switch, Button, color, Spinner, config } from 'folds';
44
import { IPusherRequest } from '$types/matrix-sdk';
55
import { useAtom } from 'jotai';
66
import { SequenceCard } from '$components/sequence-card';
@@ -315,7 +315,9 @@ export function SystemNotification() {
315315
<DeregisterAllPushersSetting />
316316
</SequenceCard>
317317

318-
<Text size="L400">Badges</Text>
318+
<Text size="L400" style={{ paddingTop: config.space.S700 }}>
319+
Badges
320+
</Text>
319321
<Text size="T300" style={{ opacity: 0.7 }}>
320322
{badgeBehaviourSummary()}
321323
</Text>

0 commit comments

Comments
 (0)