Updated on 2026-08-14
This commit is contained in:
parent
5f4dfefc2e
commit
8411911466
13 changed files with 858 additions and 304 deletions
|
|
@ -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 = {},
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue