Updated on 2026-08-14
This commit is contained in:
parent
c4dd3f6904
commit
60c9657ec7
5 changed files with 28 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -78,8 +78,6 @@ internal fun MarketBlock(marketChart: MarketChartUM?, feedListCallbacks: FeedLis
|
|||
modifier = Modifier.padding(horizontal = 16.dp),
|
||||
marketChart = currentChart,
|
||||
)
|
||||
|
||||
SpacerH(32.dp)
|
||||
}
|
||||
}
|
||||
null -> Unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue