Revert "Fix bottom sheet navbar color"

This reverts commit fdd4f5abca.
pull/167/head
Koitharu 4 years ago
parent b759f8d0a0
commit 45b42ad5bd
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -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>

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

Loading…
Cancel
Save