Skip to content

Commit

Permalink
fix: incorrect install icon on RepositoryScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Apr 1, 2024
1 parent 7ffa5af commit b81f3b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fun RepositoryScreen(
item {
CustomOutlineButton(
onClick = viewModel::installAll,
iconId = UiCommonR.drawable.round_content_copy_24,
iconId = UiCommonR.drawable.download,
label = stringResource(id = UtilR.string.install_all),
modifier = Modifier.fillMaxWidth()
)
Expand Down

0 comments on commit b81f3b1

Please sign in to comment.