Change CompoundIcons.Error to CompoundIcons.ErrorSolid

This commit is contained in:
Benoit Marty 2025-02-26 18:52:31 +01:00
parent 33702588ef
commit d1d130af75
9 changed files with 9 additions and 9 deletions

View file

@ -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
)
}