mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Force all tex to have both font size and line height
https://github.com/facebook/react-native/issues/19193 describes the issue. But https://github.com/facebook/react-native/issues/19193#issuecomment-467852112 suggestion does not look well with PingFang and English
This commit is contained in:
@ -611,7 +611,7 @@ const Compose: React.FC<Props> = ({ route: { params }, navigation }) => {
|
||||
const styles = StyleSheet.create({
|
||||
count: {
|
||||
textAlign: 'center',
|
||||
fontSize: StyleConstants.Font.Size.M
|
||||
...StyleConstants.FontStyle.M
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user