From d7686f4ae3137d669b236d8ff51ccb1f73993a91 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 21 Apr 2021 23:48:02 +0200 Subject: [PATCH] make sure "unread messages" bubble text is always white (also in dark mode) Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/controller_chat.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/controller_chat.xml b/app/src/main/res/layout/controller_chat.xml index c886f14c6..8571264e8 100644 --- a/app/src/main/res/layout/controller_chat.xml +++ b/app/src/main/res/layout/controller_chat.xml @@ -133,6 +133,6 @@ app:pb_backgroundColor="@color/colorPrimary" app:pb_icon="@drawable/ic_baseline_arrow_downward_24px" app:pb_text="@string/nc_new_messages" - app:pb_textColor="@color/fg_inverse" /> + app:pb_textColor="@color/white" />