fix missing things for the colors

This commit is contained in:
KillerDogeEmpire 2022-09-10 11:51:54 -07:00
parent 9eea567aec
commit ad8e16e6b6
1 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,8 @@
<item name="colorOnPrimary">#622C00</item>
<!-- Needed for leanback fuckery -->
<item name="android:colorAccent">@color/colorPrimaryBrown</item>
</style>
<style name="OverlayPrimaryColorOrange">
<item name="colorPrimary">@color/colorPrimaryOrange</item>
<item name="android:colorPrimary">@color/colorPrimaryOrange</item>
@ -257,7 +258,6 @@
<!-- Needed for leanback fuckery -->
<item name="android:colorAccent">@color/colorPrimaryOrange</item>
</style>
</style>
<style name="customRatingBar" parent="@style/Widget.AppCompat.RatingBar">