Skip to content

Commit

Permalink
Update base font size
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Mar 25, 2021
1 parent e88e264 commit 5af0907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/ErrorView.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const styles = StyleSheet.create({
},
message: {
textAlign: 'center',
fontSize: 17,
marginHorizontal: 20
},
details: {
Expand Down
1 change: 0 additions & 1 deletion screens/SettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ const styles = StyleSheet.create({
flex: 1
},
header: {
fontSize: 17,
fontWeight: '600',
paddingVertical: 8,
paddingHorizontal: 15,
Expand Down
5 changes: 5 additions & 0 deletions themes/base/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@ export default {
overlayStyle: {
backgroundColor: Colors.blackish
}
},
Text: {
style: {
fontSize: 17
}
}
};

0 comments on commit 5af0907

Please sign in to comment.