File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/src/main/java/to/bitkit/ui/onboarding Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ fun CreateWalletScreen(
5151 Column (
5252 modifier = Modifier
5353 .fillMaxWidth()
54- .height(250 .dp)
54+ .height(264 .dp)
5555 .align(Alignment .BottomCenter ),
5656 ) {
5757 Display (text = stringResource(R .string.onboarding__slide4_header).withAccent())
@@ -79,6 +79,7 @@ fun CreateWalletScreen(
7979 modifier = Modifier .weight(1f )
8080 )
8181 }
82+ Spacer (modifier = Modifier .height(16 .dp))
8283 }
8384 }
8485}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ fun OnboardingTab(
203203 Column (
204204 modifier = Modifier
205205 .fillMaxWidth()
206- .height(250 .dp)
206+ .height(264 .dp)
207207 .align(Alignment .BottomCenter ),
208208 ) {
209209 Display (text = title.withAccent(accentColor = titleAccentColor))
You can’t perform that action at this time.
0 commit comments