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,