fix iOS font bug
This commit is contained in:
parent
29c84bcc1c
commit
0f0d69b22d
@ -244,7 +244,7 @@ const StationNumberMaker = (props) => {
|
|||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: parseInt("15%"),
|
fontSize: parseInt("13%"),
|
||||||
margin: 0,
|
margin: 0,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
|
Loading…
Reference in New Issue
Block a user