Updated on 2026-08-14
This commit is contained in:
parent
0d4fd5874e
commit
8cd088188f
20 changed files with 1119 additions and 489 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@file:Suppress("MagicNumber", "LongMethod")
|
||||
|
||||
package com.tangem.feature.tester.presentation.storybook.page.badge
|
||||
|
||||
import androidx.compose.foundation.background
|
||||
|
|
@ -186,7 +187,7 @@ private fun BadgeTypeRow(
|
|||
) {
|
||||
TangemBadge(
|
||||
text = stringReference("New"),
|
||||
tangemIconUM = TangemIconUM.Icon(R.drawable.ic_information_24),
|
||||
tangemIconUM = TangemIconUM.Icon(iconRes = R.drawable.ic_information_24),
|
||||
size = size,
|
||||
shape = shape,
|
||||
color = color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue