Change CompoundIcons.Error to CompoundIcons.ErrorSolid
This commit is contained in:
parent
420b6135d2
commit
280287b023
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