Change CompoundIcons.Error to CompoundIcons.ErrorSolid
This commit is contained in:
parent
33702588ef
commit
d1d130af75
9 changed files with 9 additions and 9 deletions
|
|
@ -98,7 +98,7 @@ private fun ColumnScope.TroubleshootTestView(
|
|||
Icon(
|
||||
contentDescription = null,
|
||||
modifier = Modifier.size(24.dp),
|
||||
imageVector = CompoundIcons.Error(),
|
||||
imageVector = CompoundIcons.ErrorSolid(),
|
||||
tint = ElementTheme.colors.textCriticalPrimary
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue