fix general background color

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-04-08 23:11:17 +02:00
parent 28a235ae45
commit 8171391154
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -43,6 +43,7 @@
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item>
<item name="popupMenuStyle">@style/ChatSendButtonMenu</item>
<item name="dialogCornerRadius">@dimen/dialogBorderRadius</item>
<item name="android:windowBackground">@color/bg_default</item>
</style>
<style name="ThemeOverlay.AppTheme.PopupMenu" parent="ThemeOverlay.Material3.Dark">
@ -294,5 +295,4 @@
<item name="cornerSize">50%</item>
</style>
</resources>