feature(crypto): verification violation handling and block sending
This commit is contained in:
parent
ce1c01e626
commit
52c57d4d8e
13 changed files with 224 additions and 14 deletions
|
|
@ -78,7 +78,11 @@ fun ComposerAlertMolecule(
|
|||
text = content,
|
||||
modifier = Modifier.weight(1f),
|
||||
style = ElementTheme.typography.fontBodyMdRegular,
|
||||
color = ElementTheme.colors.textPrimary,
|
||||
color = if (isCritical) {
|
||||
ElementTheme.colors.textCriticalPrimary
|
||||
} else {
|
||||
ElementTheme.colors.textPrimary
|
||||
},
|
||||
textAlign = TextAlign.Start,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue