Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-11 15:16:56 +05:00
parent 5f4dfefc2e
commit 8411911466
13 changed files with 858 additions and 304 deletions

View file

@ -193,6 +193,7 @@ private fun BadgeTypeRow(
color = color,
type = type,
iconPosition = TangemBadgeIconPosition.Start,
onClick = {},
)
}
Box(
@ -205,6 +206,7 @@ private fun BadgeTypeRow(
shape = shape,
color = color,
type = type,
onClick = {},
)
}
Box(
@ -217,7 +219,7 @@ private fun BadgeTypeRow(
shape = shape,
color = color,
type = type,
iconPosition = TangemBadgeIconPosition.Start,
onClick = {},
)
}
}