Change CompoundIcons.Error to CompoundIcons.ErrorSolid

This commit is contained in:
Benoit Marty 2025-02-26 18:52:31 +01:00
parent 420b6135d2
commit 280287b023
9 changed files with 9 additions and 9 deletions

View file

@ -68,7 +68,7 @@ fun UnresolvedUserRow(
.padding(top = 3.dp)
) {
Icon(
imageVector = CompoundIcons.Error(),
imageVector = CompoundIcons.ErrorSolid(),
contentDescription = null,
modifier = Modifier
.size(18.dp)