Change CompoundIcons.Error to CompoundIcons.ErrorSolid
This commit is contained in:
parent
420b6135d2
commit
280287b023
9 changed files with 9 additions and 9 deletions
|
|
@ -136,7 +136,7 @@ private fun ColumnScope.Buttons(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.Error(),
|
||||
imageVector = CompoundIcons.ErrorSolid(),
|
||||
tint = ElementTheme.colors.iconCriticalPrimary,
|
||||
contentDescription = null,
|
||||
modifier = Modifier.size(24.dp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue