Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-05 08:39:53 +01:00
parent 0d4fd5874e
commit 8cd088188f
20 changed files with 1119 additions and 489 deletions

View file

@ -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,