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
This commit is contained in:
Michael W
2023-10-01 16:35:18 +02:00
committed by Michael Bestas
parent 8b52a4662e
commit 5da4861969

View File

@@ -25,5 +25,5 @@
<color name="navigation_bar_bg">@*android:color/system_neutral1_10</color> <color name="navigation_bar_bg">@*android:color/system_neutral1_10</color>
<color name="navigation_bar_divider">@*android:color/system_neutral1_800</color> <color name="navigation_bar_divider">@*android:color/system_neutral1_800</color>
<color name="compose_send_text_background_color">@*android:color/system_neutral1_50</color> <color name="compose_send_text_background_color">@android:color/white</color>
</resources> </resources>