fix missing things for the colors

This commit is contained in:
KillerDogeEmpire 2022-09-10 11:53:37 -07:00
parent ad8e16e6b6
commit 81e2824ab3
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
<!-- 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>