Skip to content

Commit

Permalink
Fix upstream Settings theming
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Mar 11, 2024
1 parent 072c343 commit 0916c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talkback/src/main/res/values-v31/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<resources>

<!--The theme is for preference settings-->
<style name="TalkBackSettings" parent="Theme.MaterialComponents.Light.Bridge">
<style name="TalkBackSettings" parent="Theme.MaterialComponents.DayNight.Bridge">
<item name="colorAccent">@color/colorAccent</item>
</style>

Expand Down

0 comments on commit 0916c97

Please sign in to comment.