Skip to content

Commit

Permalink
Fix text size for night mode (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
myadzel authored Nov 26, 2024
1 parent a22bfa0 commit 9b8025a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<resources>
<style name="Theme.SportiduinoApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorSecondary">@color/secondary</item>
</style>

<style name="Theme.SportiduinoApp.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark" />
<style name="Theme.SportiduinoApp.PopupOverlay" parent="ThemeOverlay.AppCompat.Dark" />
</resources>

0 comments on commit 9b8025a

Please sign in to comment.