Change CompoundIcons.Error to CompoundIcons.ErrorSolid
This commit is contained in:
parent
33702588ef
commit
d1d130af75
9 changed files with 9 additions and 9 deletions
|
|
@ -68,7 +68,7 @@ fun UnresolvedUserRow(
|
|||
.padding(top = 3.dp)
|
||||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.Error(),
|
||||
imageVector = CompoundIcons.ErrorSolid(),
|
||||
contentDescription = null,
|
||||
modifier = Modifier
|
||||
.size(18.dp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue