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

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