Skip to content

Commit

Permalink
Fixx BrailleIme 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 0916c97 commit 6ebb5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braille/brailleime/src/phone/res/values-v31/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<resources>
<!--The theme is for preference settings-->
<style name="SettingsTheme" parent="Theme.AppCompat.Light" >
<style name="SettingsTheme" parent="Theme.AppCompat.DayNight" >
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>

0 comments on commit 6ebb5d1

Please sign in to comment.