Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-15 19:00:32 +03:00
parent c4dd3f6904
commit 60c9657ec7
5 changed files with 28 additions and 9 deletions

View file

@ -130,7 +130,10 @@ private fun FeedListContent(
feedListCallbacks = state.feedListCallbacks,
)
promoBannersBlockComponent?.Content(modifier = Modifier.padding(horizontal = 16.dp))
promoBannersBlockComponent?.Content(
modifier = Modifier.padding(top = 12.dp, start = 16.dp, end = 16.dp),
)
SpacerH(32.dp)
NewsBlock(
news = state.news,

View file

@ -78,8 +78,6 @@ internal fun MarketBlock(marketChart: MarketChartUM?, feedListCallbacks: FeedLis
modifier = Modifier.padding(horizontal = 16.dp),
marketChart = currentChart,
)
SpacerH(32.dp)
}
}
null -> Unit