File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
feature/onboarding/src/main/java/com/goalpanzi/mission_mate/feature/onboarding/screen Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -150,21 +150,16 @@ fun OnboardingScreen(
150150 .navigationBarsPadding(),
151151 horizontalAlignment = Alignment .CenterHorizontally
152152 ) {
153- MissionMateTopAppBar (
154- modifier = modifier,
155- navigationType = NavigationType .NONE ,
156- containerColor = Color .Transparent ,
157- )
158153 Text (
159- modifier = Modifier .padding(bottom = 52 .dp),
154+ modifier = Modifier .padding(top = 48 .dp, bottom = 40 .dp),
160155 text = stringResource(id = R .string.onboarding_ready_title),
161156 textAlign = TextAlign .Center ,
162157 style = MissionMateTypography .heading_sm_bold,
163158 color = ColorGray1_FF404249
164159 )
165160 OutlinedTextChip (
166161 text = stringResource(id = R .string.onboarding_land_1),
167- modifier = Modifier .padding(bottom = 23 .dp)
162+ modifier = Modifier .padding(bottom = 24 .dp)
168163 )
169164 Box (
170165 modifier = Modifier
You can’t perform that action at this time.
0 commit comments