Ver código fonte

fix background color of incoming text messages / system messages

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 anos atrás
pai
commit
7e5056e6e5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/src/main/res/values-night/colors.xml

+ 1 - 1
app/src/main/res/values-night/colors.xml

@@ -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>