From 82d1a7cfd906123136debff33b116d03df1834d9 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 13 Sep 2024 13:18:57 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/features/details/ui/UserWalletListBlock.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/features/details/impl/src/main/kotlin/com/tangem/features/details/ui/UserWalletListBlock.kt b/features/details/impl/src/main/kotlin/com/tangem/features/details/ui/UserWalletListBlock.kt index 98383d104d..b09124ca04 100644 --- a/features/details/impl/src/main/kotlin/com/tangem/features/details/ui/UserWalletListBlock.kt +++ b/features/details/impl/src/main/kotlin/com/tangem/features/details/ui/UserWalletListBlock.kt @@ -54,11 +54,7 @@ private fun AddWalletButton( Row( modifier = Modifier .fillMaxWidth() - .padding( - start = TangemTheme.dimens.spacing12, - bottom = TangemTheme.dimens.spacing12, - end = TangemTheme.dimens.spacing12, - ), + .padding(all = TangemTheme.dimens.spacing12), verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing12), ) {