update some icons

This commit is contained in:
2026-01-24 16:02:02 +03:00
parent 5dd829b6f6
commit 8c13d9e7e1
25 changed files with 115 additions and 85 deletions
@@ -204,7 +204,7 @@ fun ConvosScreen(
if (!screenState.isArchive) {
IconButton(onClick = onArchiveActionClicked) {
Icon(
painter = painterResource(R.drawable.outline_archive_24),
painter = painterResource(R.drawable.ic_archive_round_24),
contentDescription = null
)
}