Skip to content

Commit

Permalink
fix alert box font family issue on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaion committed Apr 8, 2019
1 parent e3ab10e commit fe8f607
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Popupcustom.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ const styles = StyleSheet.create({
},
titlePopup: {
fontSize: 17,
fontFamily: 'OpenSans-Semibold',
fontWeight: 'bold',
textAlign: 'center'
},
Expand All @@ -189,7 +188,6 @@ const styles = StyleSheet.create({
},
textButton: {
fontSize: 16,
fontFamily: 'OpenSans-Semibold',
color: mainColor
},
contentField: {
Expand All @@ -204,7 +202,6 @@ const styles = StyleSheet.create({
},
contentPopup: {
fontSize: 14,
fontFamily: Platform.OS === 'ios' ? 'OpenSans' : 'OpenSans-Regular',
color: '#000',
textAlign: 'center'
},
Expand Down

0 comments on commit fe8f607

Please sign in to comment.