We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301a9a3 commit 07ea662Copy full SHA for 07ea662
app/src/main/java/to/bitkit/ui/onboarding/OnboardingSlidesScreen.kt
@@ -216,18 +216,17 @@ fun OnboardingTab(
216
.fillMaxWidth()
217
.align(Alignment.BottomCenter),
218
) {
219
- FillHeight()
220
Display(text = title.withAccent(accentColor = titleAccentColor))
221
Spacer(modifier = Modifier.height(8.dp))
222
BodyM(
223
text = text,
224
color = Colors.White64,
+ minLines = 3
225
)
226
disclaimerText?.let {
227
- Spacer(modifier = Modifier.height(6.5.dp))
228
Footnote(text = it)
229
}
230
- VerticalSpacer(40.dp) //y offset + dots height
+ VerticalSpacer(70.dp)
231
232
233
0 commit comments