fix background color of incoming text messages / system messages

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-08 09:54:05 +02:00
parent 65fb284c6c
commit 7e5056e6e5
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -60,7 +60,7 @@
<!-- Chat window incoming message text & informational -->
<color name="bg_bottom_sheet">#121212</color>
<color name="bg_message_list_incoming_bubble">#1CFFFFFF</color>
<color name="bg_message_list_incoming_bubble">#2A2A2A</color>
<color name="bg_message_list_incoming_bubble_deleted">#14FFFFFF</color>
<color name="textColorMaxContrast">#8c8c8c</color>