Use filled icon for library continue reading button

This commit is contained in:
AntsyLich
2026-08-30 23:30:28 +06:00
parent 7f342ca076
commit 34a33ed4f8
2 changed files with 2 additions and 8 deletions
@@ -38,7 +38,7 @@ import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import eu.kanade.presentation.manga.components.MangaCover
import mihon.icons.materialsymbols.MaterialSymbols
import mihon.icons.materialsymbols.rounded.PlayArrow
import mihon.icons.materialsymbols.roundedfilled.PlayArrow
import tachiyomi.i18n.MR
import tachiyomi.presentation.core.components.BadgeGroup
import tachiyomi.presentation.core.i18n.stringResource
@@ -395,7 +395,7 @@ private fun ContinueReadingButton(
modifier = Modifier.size(size),
) {
Icon(
imageVector = MaterialSymbols.Rounded.PlayArrow,
imageVector = MaterialSymbols.RoundedFilled.PlayArrow,
contentDescription = stringResource(MR.strings.action_resume),
modifier = Modifier.size(iconSize),
)