Updated on 2026-08-14
This commit is contained in:
parent
1d97ce5203
commit
220a43c1b9
11 changed files with 86 additions and 28 deletions
|
|
@ -62,6 +62,7 @@ fun Notification(
|
|||
NotificationConfig.IconTint.Unspecified -> null
|
||||
NotificationConfig.IconTint.Accent -> TangemTheme.colors.icon.accent
|
||||
NotificationConfig.IconTint.Attention -> TangemTheme.colors.icon.attention
|
||||
NotificationConfig.IconTint.Warning -> TangemTheme.colors.icon.warning
|
||||
},
|
||||
isEnabled: Boolean = true,
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -65,5 +65,6 @@ data class NotificationConfig(
|
|||
Unspecified,
|
||||
Accent,
|
||||
Attention,
|
||||
Warning,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue