Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-22 10:43:28 +03:00
parent bca3dd3459
commit 259ec41161
3 changed files with 2 additions and 101 deletions

View file

@ -21,8 +21,8 @@ internal inline fun OnboardingEntry(
Column(
modifier = modifier
.fillMaxSize()
.statusBarsPadding()
.background(TangemTheme.colors.background.primary),
.background(TangemTheme.colors.background.primary)
.statusBarsPadding(),
) {
stepperContent(Modifier.fillMaxWidth())