From 5da48619691018a3668d60fe036e9117ac7fe215 Mon Sep 17 00:00:00 2001 From: Michael W Date: Sun, 1 Oct 2023 16:35:18 +0200 Subject: [PATCH] Messaging: Fix input text box background on light mode * Commit 5628e20 introduced different colors for light and dark mode but unfortunately chose a too light color so it was equal to the background * Go back to white on light theme, as prior to the mentioned patch Change-Id: I4ff27b792374cffcfeaeb0b018553aed7a93eef9 --- res/values/lineage_colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml index e3d77b8..0203fe2 100644 --- a/res/values/lineage_colors.xml +++ b/res/values/lineage_colors.xml @@ -25,5 +25,5 @@ @*android:color/system_neutral1_10 @*android:color/system_neutral1_800 - @*android:color/system_neutral1_50 + @android:color/white