From 34a33ed4f8707ac49afd1e6faf877e1061cb5414 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Sun, 30 Aug 2026 23:30:28 +0600 Subject: [PATCH] Use filled icon for library continue reading button --- .../presentation/library/components/CommonMangaItem.kt | 4 ++-- .../src/main/valkyrieResources/rounded/play_arrow.svg | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 icons/material-symbols/src/main/valkyrieResources/rounded/play_arrow.svg diff --git a/app/src/main/java/eu/kanade/presentation/library/components/CommonMangaItem.kt b/app/src/main/java/eu/kanade/presentation/library/components/CommonMangaItem.kt index 2f4a11fe7..0ec67f5f0 100644 --- a/app/src/main/java/eu/kanade/presentation/library/components/CommonMangaItem.kt +++ b/app/src/main/java/eu/kanade/presentation/library/components/CommonMangaItem.kt @@ -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), ) diff --git a/icons/material-symbols/src/main/valkyrieResources/rounded/play_arrow.svg b/icons/material-symbols/src/main/valkyrieResources/rounded/play_arrow.svg deleted file mode 100644 index ce1bbbb0d..000000000 --- a/icons/material-symbols/src/main/valkyrieResources/rounded/play_arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - -