From d3d91e33948bf907434df77c63f20e79d21c5d83 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 21 Jan 2026 15:30:30 +0100 Subject: [PATCH] Updated on 2026-08-14 --- .../feed/ui/news/list/components/NewsListLazyColumn.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/news/list/components/NewsListLazyColumn.kt b/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/news/list/components/NewsListLazyColumn.kt index 1b06a93082..465c76d0f9 100644 --- a/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/news/list/components/NewsListLazyColumn.kt +++ b/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/news/list/components/NewsListLazyColumn.kt @@ -112,9 +112,7 @@ private fun Content( key = ArticleConfigUM::id, ) { article -> ArticleCard( - modifier = Modifier - .fillMaxWidth() - .height(164.dp), + modifier = Modifier.fillMaxWidth(), colors = TangemBlockCardColors.copy(containerColor = TangemTheme.colors.background.action), articleConfigUM = article, onArticleClick = {