Updated on 2026-08-14
This commit is contained in:
parent
15daf08afe
commit
121a624a81
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ internal fun HomeStoriesScreen(state: HomeUM, modifier: Modifier = Modifier) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.statusBarsPadding()
|
.statusBarsPadding()
|
||||||
|
// Reserve the height of the progress bar that StoriesContainer draws as a top
|
||||||
|
// overlay (its 16dp top padding + 2dp bar), so the logo sits below it as before.
|
||||||
|
.padding(top = TangemTheme.dimens.spacing18)
|
||||||
.fillMaxSize(),
|
.fillMaxSize(),
|
||||||
horizontalAlignment = Alignment.CenterHorizontally,
|
horizontalAlignment = Alignment.CenterHorizontally,
|
||||||
verticalArrangement = Arrangement.Center,
|
verticalArrangement = Arrangement.Center,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue