Fixed icon reference
This commit is contained in:
parent
4323924ed6
commit
03c5499ede
@ -615,7 +615,7 @@ fun GraphHeader(
|
|||||||
onClick = onShowSearch
|
onClick = onShowSearch
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
Icons.Default.Search,
|
painterResource(AppIcons.SEARCH),
|
||||||
modifier = Modifier.size(18.dp),
|
modifier = Modifier.size(18.dp),
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
tint = MaterialTheme.colors.onBackground,
|
tint = MaterialTheme.colors.onBackground,
|
||||||
|
Loading…
Reference in New Issue
Block a user