Adjust AlertDialog style

This commit is contained in:
Koitharu
2025-06-29 16:08:55 +03:00
parent 14f185393b
commit 97f2ff3bbd

View File

@@ -54,6 +54,7 @@
<item name="windowActionModeOverlay">true</item>
<!-- System components styles -->
<item name="android:alertDialogTheme">@style/ThemeOverlay.Kotatsu.AlertDialog</item>
<item name="alertDialogTheme">@style/ThemeOverlay.Kotatsu.AlertDialog</item>
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.Kotatsu.BottomSheetDialog</item>
<item name="sideSheetDialogTheme">@style/ThemeOverlay.Kotatsu.SideSheetDialog</item>