Skip to content

Commit

Permalink
Fixed icon reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Nov 3, 2023
1 parent 4323924 commit 03c5499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/com/jetpackduba/gitnuro/ui/log/Log.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fun Log(

@Composable
private fun LogLoading() {
Column (
Column(
modifier = Modifier
.fillMaxSize()
.background(MaterialTheme.colors.background),
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 03c5499

Please sign in to comment.