Update base font size

This commit is contained in:
Bill Thornton 2021-03-25 02:05:33 -04:00
parent e88e264e07
commit 5af0907e73
3 changed files with 5 additions and 2 deletions

View File

@ -89,7 +89,6 @@ const styles = StyleSheet.create({
},
message: {
textAlign: 'center',
fontSize: 17,
marginHorizontal: 20
},
details: {

View File

@ -242,7 +242,6 @@ const styles = StyleSheet.create({
flex: 1
},
header: {
fontSize: 17,
fontWeight: '600',
paddingVertical: 8,
paddingHorizontal: 15,

View File

@ -45,5 +45,10 @@ export default {
overlayStyle: {
backgroundColor: Colors.blackish
}
},
Text: {
style: {
fontSize: 17
}
}
};