Use same icon as chapter list items to indicate downloaded chapter in reader transitions

This commit is contained in:
arkon
2023-10-31 18:05:37 -04:00
parent 7cf2ce2994
commit 2ee895ee3c
2 changed files with 3 additions and 3 deletions

View File

@@ -240,7 +240,7 @@ private fun SearchResultItem(
) {
if (selected) {
Icon(
imageVector = Icons.Default.CheckCircle,
imageVector = Icons.Filled.CheckCircle,
contentDescription = null,
modifier = Modifier.align(Alignment.TopEnd),
tint = MaterialTheme.colorScheme.primary,