Skip to content

Commit 2bd0a0d

Browse files
authored
Merge branch 'main' into adb/issue-3795
2 parents 5982a9d + cf0414d commit 2bd0a0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* target Android 15
6+
* Improve readability of info messages in dark mode
67

78
## v2.11.0
89
2025-08

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)