Browse Source

修改聊天输入框背景色

Pq 1 year ago
parent
commit
95bca8af6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TUIKit/TUIChat/tuichat/src/main/res-light/values/light_colors.xml

+ 1 - 1
TUIKit/TUIChat/tuichat/src/main/res-light/values/light_colors.xml

@@ -2,7 +2,7 @@
 <resources>
 
 <!--    <color name="chat_input_layout_bg_light">#EBF0F6</color>-->
-    <color name="chat_input_layout_bg_light">#ffffff</color>
+    <color name="chat_input_layout_bg_light">#f6f6f6</color>
 
     <color name="chat_unread_dot_bg_color_light">#FFAABCDE</color>
     <color name="chat_unread_dot_text_color_light">#FFFFFFFF</color>