diff --git a/app/src/main/java/eu/kanade/presentation/reader/PageIndicatorText.kt b/app/src/main/java/eu/kanade/presentation/reader/PageIndicatorText.kt index d561d2d8c..40cd15768 100644 --- a/app/src/main/java/eu/kanade/presentation/reader/PageIndicatorText.kt +++ b/app/src/main/java/eu/kanade/presentation/reader/PageIndicatorText.kt @@ -26,7 +26,9 @@ fun PageIndicatorText( val text = "$currentPage / $totalPages" val style = TextStyle( - color = Color(235, 235, 235), + // KMK --> + color = MaterialTheme.colorScheme.primary, + // KMK <-- fontSize = MaterialTheme.typography.bodySmall.fontSize, fontWeight = FontWeight.Bold, letterSpacing = 1.sp,