Skip to content

Commit

Permalink
Fix Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oers committed Nov 18, 2024
1 parent cc33554 commit 9e9154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</style>

<!-- ActionBar styles -->
<style name="actioMyActionBar" parent="Widget.AppCompat.ActionBar">
<style name="MyActionBar" parent="Widget.AppCompat.ActionBar">
<item name="background">@color/board_color</item>
<item name="titleTextStyle">@style/MyActionBarTitleText</item>
</style>
Expand Down

0 comments on commit 9e9154a

Please sign in to comment.