Skip to content

Commit ae388b3

Browse files
committed
improve info messages for dark theme
this improves readability of info messages by setting the foreground to while. `universal_overlay` was made for that; it is in use like that on iOS/desktop since a lont time. moreover, other parts using the combination of `conversation_item_update_bg_color`/`conversation_item_update_text_color` are improved equally, eg. the day titles.
1 parent 5716372 commit ae388b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<item name="conversation_item_outgoing_text_secondary_color">@color/light_pink</item>
190190

191191
<item name="conversation_item_update_bg_color">@color/universal_overlay</item>
192-
<item name="conversation_item_update_text_color">@color/core_light_35</item>
192+
<item name="conversation_item_update_text_color">@color/white</item>
193193

194194
<item name="conversation_item_sent_indicator_text_background">@drawable/conversation_item_sent_indicator_text_shape_dark</item>
195195
<item name="conversation_item_date_line_color">@color/core_dark_55</item>

0 commit comments

Comments
 (0)