From 8171391154c5f3bb90fbd6996107382c33b343e6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 8 Apr 2023 23:11:17 +0200 Subject: [PATCH] fix general background color Signed-off-by: Andy Scherzinger --- app/src/main/res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b66a64847..a8ab679e7 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -43,6 +43,7 @@ @style/ThemeOverlay.App.BottomSheetDialog @style/ChatSendButtonMenu @dimen/dialogBorderRadius + @color/bg_default -