Updated on 2026-08-14
This commit is contained in:
parent
a94e23c90c
commit
277cfd8a06
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ private fun LazyListScope.relatedNews(relatedNews: RelatedNews) {
|
|||
articleConfigUM = article,
|
||||
onArticleClick = { relatedNews.onArticledClicked(article.id) },
|
||||
modifier = articleModifier
|
||||
.height(164.dp)
|
||||
.heightIn(min = 164.dp)
|
||||
.width(216.dp),
|
||||
colors = TangemBlockCardColors.copy(containerColor = TangemTheme.colors.background.action),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue