Make Navigation Bar buttons color black in Light Theme

This commit is contained in:
krlvm 2021-03-26 23:46:56 +03:00
parent b3e2418b93
commit 610d0b272e
No known key found for this signature in database
GPG key ID: B8552A91FD265536
4 changed files with 39 additions and 11 deletions

View file

@ -9,7 +9,9 @@
</style>
<!-- Base themes -->
<style name="Base.LightTheme" parent="Theme.AppCompat.DayNight.DarkActionBar" />
<style name="Base.V7.LightTheme" parent="Theme.AppCompat.DayNight.NoActionBar" />
<style name="Base.LightTheme" parent="Base.V7.LightTheme" />
<style name="LightTheme" parent="Base.LightTheme">
<item name="colorPrimary">@color/light_youtube_primary_color</item>