Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-03 21:02:18 +05:00
parent 1ad3cabf3c
commit c9afaa5eaf

View file

@ -35,6 +35,7 @@ internal fun RecipientBlock(
Column(
modifier = Modifier
.fillMaxWidth()
.clip(TangemTheme.shapes.roundedCornersXMedium)
.background(backgroundColor)
.clickable(enabled = !isSuccess && !isEditingDisabled, onClick = onClick)