Skip to content

Commit

Permalink
Update header color to be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Dec 6, 2024
1 parent d8b3feb commit 1b5d648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun QuranPageWrapper(
val adjustedBrightness = (50 * ln1p(backgroundBrightness.toDouble()) + originalTextBrightness).toInt()
val textBrightness = min(adjustedBrightness.toFloat(), 255f)

val overlayColor = Color(0x60, 0x60, 0x60)
val overlayColor = Color(0x68, 0x6E, 0x7D)

val displayInfo = pageInfo.displayText
val showHeaderFooter = displaySettings.showHeaderFooter
Expand Down

0 comments on commit 1b5d648

Please sign in to comment.