mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03:00
Merge pull request #14245 from LeddaZ/android-materialyou-fix
Android: Switch to Theme.Material3.DynamicColors
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</style>
|
||||
|
||||
<!-- Base theme -->
|
||||
<style name="Theme.Dolphin" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<style name="Theme.Dolphin" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/dolphin_primary</item>
|
||||
<item name="colorOnPrimary">@color/dolphin_onPrimary</item>
|
||||
<item name="colorPrimaryContainer">@color/dolphin_primaryContainer</item>
|
||||
|
||||
Reference in New Issue
Block a user