From ac4aa9c88c4172a9660be2537ad47bcd8a10fa47 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 11 Sep 2024 13:46:27 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/features/details/ui/UserWalletListBlock.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 b09124ca04..98383d104d 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,7 +54,11 @@ private fun AddWalletButton( Row( modifier = Modifier .fillMaxWidth() - .padding(all = TangemTheme.dimens.spacing12), + .padding( + start = TangemTheme.dimens.spacing12, + bottom = TangemTheme.dimens.spacing12, + end = TangemTheme.dimens.spacing12, + ), verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing12), ) {