Messaging: Set input text box background

Fixes the background in dark mode. Also modify the color for light
mode to be a very light shade of the neutral color.

Change-Id: I8a420405dcc478f5d50bf9b1d4739a58f8cd976a
This commit is contained in:
Georg Veichtlbauer
2024-09-09 05:46:59 +03:00
committed by Michael Bestas
parent 72bf6ce95d
commit 8b52a4662e
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -24,4 +24,6 @@
<color name="navigation_bar_bg">@*android:color/system_neutral1_10</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>
</resources>