From 1f2bd425f1aa03331791b78539ef96b06e5ea193 Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 8 Jul 2025 16:03:17 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/features/nft/details/ui/NFTDetailsBlocksGroup.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/nft/impl/src/main/kotlin/com/tangem/features/nft/details/ui/NFTDetailsBlocksGroup.kt b/features/nft/impl/src/main/kotlin/com/tangem/features/nft/details/ui/NFTDetailsBlocksGroup.kt index df471fec36..049d91b0cd 100644 --- a/features/nft/impl/src/main/kotlin/com/tangem/features/nft/details/ui/NFTDetailsBlocksGroup.kt +++ b/features/nft/impl/src/main/kotlin/com/tangem/features/nft/details/ui/NFTDetailsBlocksGroup.kt @@ -173,8 +173,7 @@ internal fun NFTDetailsGroupBlock( } else { onBlockClick?.invoke() } - } - .padding(top = TangemTheme.dimens.spacing4), + }, text = value.resolveReference(), style = TangemTheme.typography.body1, color = TangemTheme.colors.text.primary1,