fix: navbar color in media details

This commit is contained in:
rebelonion 2024-03-05 01:11:49 -06:00
parent ab14c4815f
commit db50975174

View file

@ -42,7 +42,7 @@
<style name="Theme.Dantotsu.PopupOverlay" parent="Theme.Dantotsu" />
<style name="Theme.Dantotsu.NeverCutout" parent="@style/Theme.Dantotsu.NoActionBar">
<item name="android:navigationBarColor">@color/nav_bg</item>
<item name="android:navigationBarColor">?android:colorBackground</item>
</style>
<style name="Theme.Dantotsu.ALLBLACK" parent="Theme.Base">