Sync compound tokens https://github.com/element-hq/compound-design-tokens/releases/tag/v6.10.1 (#6273)
* Import compound token v6.10.1 ./tools/compound/import_tokens.sh -b v6.10.1 * Use stop icon from Compound. * Fix compilation issue. * Use gradient color in ComposerAlertMolecule. Fixes #6192 * Update screenshots * Remove ComposerAlertLevel.Default (not in the design). * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
commit
df6ffd0c57
94 changed files with 443 additions and 211 deletions
|
|
@ -115,7 +115,7 @@ private fun ViolationAlert(
|
|||
},
|
||||
submitText = stringResource(submitTextId),
|
||||
onSubmitClick = onSubmitClick,
|
||||
level = if (isCritical) ComposerAlertLevel.Critical else ComposerAlertLevel.Default,
|
||||
level = if (isCritical) ComposerAlertLevel.Critical else ComposerAlertLevel.Info,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue