fix iOS font bug

This commit is contained in:
harukin-OneMix4 2024-01-03 01:35:22 +09:00
parent 29c84bcc1c
commit 0f0d69b22d

View File

@ -244,7 +244,7 @@ const StationNumberMaker = (props) => {
<View style={{ flex: 1 }} />
<Text
style={{
fontSize: parseInt("15%"),
fontSize: parseInt("13%"),
margin: 0,
padding: 0,
textAlign: "center",