primary color for page count in reader
This commit is contained in:
parent
0bcf4fe2c9
commit
763f3fdb15
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue