Skip to content

Commit f19f2e0

Browse files
committed
ref(onboarding): Adjust project details spacing to match design
1 parent bacfa9c commit f19f2e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

static/app/views/onboarding/scmProjectDetails.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ export function ScmProjectDetails({onComplete}: StepProps) {
135135
stepNumber={3}
136136
heading={t('Project details')}
137137
subtitle={t(
138-
'Set the project name, assign a team, and configure how you want to receive issue alerts'
138+
'Set the project name, assign a team, and configure\nhow you want to receive issue alerts'
139139
)}
140140
/>
141141

142-
<Stack gap="2xl" width="100%" maxWidth={PROJECT_DETAILS_WIDTH}>
143-
<Stack gap="sm">
142+
<Stack gap="3xl" width="100%" maxWidth={PROJECT_DETAILS_WIDTH}>
143+
<Stack gap="md">
144144
<Flex gap="md" align="center" justify="center">
145145
<IconProject size="md" variant="secondary" />
146146
<Container>
@@ -158,7 +158,7 @@ export function ScmProjectDetails({onComplete}: StepProps) {
158158
/>
159159
</Stack>
160160

161-
<Stack gap="sm">
161+
<Stack gap="md">
162162
<Flex gap="md" align="center" justify="center">
163163
<IconGroup size="md" />
164164
<Container>
@@ -179,7 +179,7 @@ export function ScmProjectDetails({onComplete}: StepProps) {
179179
/>
180180
</Stack>
181181

182-
<Stack gap="sm">
182+
<Stack gap="md">
183183
<Flex gap="md" align="center" justify="center">
184184
<IconSiren size="md" />
185185
<Container>

0 commit comments

Comments
 (0)