Fixed icon reference

This commit is contained in:
Abdelilah El Aissaoui 2023-11-04 00:45:14 +01:00
parent 4323924ed6
commit 03c5499ede
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -105,7 +105,7 @@ fun Log(
@Composable
private fun LogLoading() {
Column (
Column(
modifier = Modifier
.fillMaxSize()
.background(MaterialTheme.colors.background),
@ -615,7 +615,7 @@ fun GraphHeader(
onClick = onShowSearch
) {
Icon(
Icons.Default.Search,
painterResource(AppIcons.SEARCH),
modifier = Modifier.size(18.dp),
contentDescription = null,
tint = MaterialTheme.colors.onBackground,