Skip to content

Commit b6fcd4a

Browse files
chore(onboarding): signals step papercut (#1616)
1 parent 8e304f2 commit b6fcd4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/onboarding/components/SignalsStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function SignalsStep({ onNext, onBack }: SignalsStepProps) {
6868

6969
<Flex
7070
direction="column"
71-
justify="center"
71+
mt="4"
7272
style={{ flex: 1, minHeight: 0, overflowY: "auto" }}
7373
>
7474
<Flex direction="column" gap="6">

0 commit comments

Comments
 (0)