From 655b3a33ce340b178dc1175e36727302f34c794e Mon Sep 17 00:00:00 2001 From: Ahmed El-Helw Date: Fri, 6 Dec 2024 23:48:45 +0400 Subject: [PATCH] Update header color to be more visible --- .../extra/feature/linebyline/ui/QuranPageWrapper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/linebyline/src/main/java/com/quran/labs/androidquran/extra/feature/linebyline/ui/QuranPageWrapper.kt b/feature/linebyline/src/main/java/com/quran/labs/androidquran/extra/feature/linebyline/ui/QuranPageWrapper.kt index 76bc644012..23f0f778f1 100644 --- a/feature/linebyline/src/main/java/com/quran/labs/androidquran/extra/feature/linebyline/ui/QuranPageWrapper.kt +++ b/feature/linebyline/src/main/java/com/quran/labs/androidquran/extra/feature/linebyline/ui/QuranPageWrapper.kt @@ -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