primary color for page count in reader

This commit is contained in:
Cuong-Tran 2024-06-24 15:29:56 +07:00
parent 0bcf4fe2c9
commit 763f3fdb15

View file

@ -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,