Fix caption dialog context menu background (#3787)

Fixes #3770, #3491
This commit is contained in:
Konrad Pozniak 2023-07-07 15:10:15 +02:00 committed by GitHub
parent 47bf86593e
commit c0cf5b2f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@
<style name="TuskyDialog" parent="@style/ThemeOverlay.MaterialComponents.Dialog.Alert">
<item name="android:letterSpacing">0</item>
<item name="dialogCornerRadius">8dp</item>
<item name="android:background">@color/colorBackground</item>
<item name="android:colorBackground">@color/colorBackground</item>
</style>
<style name="TuskyDialogFragmentStyle" parent="@style/ThemeOverlay.MaterialComponents.Dialog">