Updated on 2026-08-14
This commit is contained in:
parent
675d13ab6f
commit
742795d2d9
10 changed files with 205 additions and 62 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue