Skip to content

Commit

Permalink
Revert "Fix BrailleDisplay settings theming"
Browse files Browse the repository at this point in the history
This reverts commit 6c8516d.

Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jun 13, 2024
1 parent 738842c commit ee721e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braille/brailledisplay/src/phone/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<resources>
<!--The theme is for preference settings which uses AppCompatActivity -->
<style name="BrailleDisplaySettingsAppCompatTheme" parent="Theme.MaterialComponents.DayNight.Bridge" >
<style name="BrailleDisplaySettingsAppCompatTheme" parent="Theme.MaterialComponents.Light.Bridge" >
<item name="colorAccent">@color/colorAccent</item>
</style>

Expand Down

0 comments on commit ee721e3

Please sign in to comment.