Updated on 2026-08-14
This commit is contained in:
parent
5f4dfefc2e
commit
519e59d96b
4 changed files with 257 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue