Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-12 11:51:19 +01:00
parent 675d13ab6f
commit 742795d2d9
10 changed files with 205 additions and 62 deletions

View file

@ -102,7 +102,7 @@ fun ClickableWarningCard(
* >Figma component</a>
*/
@Composable
fun RefreshableWaringCard(
fun RefreshableWarningCard(
title: String,
description: String,
icon: @Composable (() -> Unit)? = null,
@ -193,7 +193,7 @@ private fun WarningsPreview() {
onClick = {},
)
SpacerH32()
RefreshableWaringCard(
RefreshableWarningCard(
title = "Exchange rate has expired",
description = "To access all the networks, you need to scan the card.",
onClick = {},