mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08:00
Fix type of 'fontSize' style
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
||||
float: string,
|
||||
font: string,
|
||||
fontFamily: string,
|
||||
fontSize: string,
|
||||
fontSize: numberOrString,
|
||||
fontStyle: string,
|
||||
fontWeight: string,
|
||||
height: numberOrString,
|
||||
|
||||
Reference in New Issue
Block a user