Revert "Fix bottom sheet navbar color"

This reverts commit fdd4f5abca.
This commit is contained in:
Koitharu
2022-05-06 12:57:37 +03:00
parent b759f8d0a0
commit 45b42ad5bd
2 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="ThemeOverlay.Kotatsu.BottomSheetDialog" parent="ThemeOverlay.Material3.BottomSheetDialog">
<item name="android:navigationBarColor">?colorSurfaceVariant</item>
<item name="android:windowLightNavigationBar">true</item>
</style>
</resources>

View File

@@ -23,6 +23,7 @@
<!-- Bottom sheet -->
<style name="ThemeOverlay.Kotatsu.BottomSheetDialog" parent="ThemeOverlay.Material3.BottomSheetDialog">
<item name="android:navigationBarColor">?colorSurfaceVariant</item>
</style>
<!-- Widget styles -->