Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-11 15:04:32 +01:00
parent 5f4dfefc2e
commit 519e59d96b
4 changed files with 257 additions and 28 deletions

View file

@ -87,8 +87,8 @@ fun TangemBadge(
.heightIn(min = size.toHeightDp())
.clip(shape.toShape(size))
.getBackgroundColor(type = type, color = color, shape = shape.toShape(size))
.padding(size.toPaddingDp(position = iconPosition))
.clickableSingle(enabled = onClick != null, onClick = { onClick?.invoke() }),
.clickableSingle(enabled = onClick != null, onClick = { onClick?.invoke() })
.padding(size.toPaddingDp(position = iconPosition)),
) {
StartIcon(
tangemIconUM = tangemIconUM,