Skip to content

Commit

Permalink
fix: big fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush2622 committed Feb 4, 2024
1 parent 884d738 commit 7af0721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<style name="PreferenceTheme" parent="PreferenceThemeOverlay.v14.Material">
<item name="android:fontFamily">@font/poppins_bold</item>
<item name="android:textColor">?attr/colorPrimary</item>
<item name="android:textSize">20sp</item>
<item name="android:textSize">16sp</item>
</style>

<style name="BottomNavBar" parent="">
Expand Down

0 comments on commit 7af0721

Please sign in to comment.