소스 검색

StyleProps

Nikatlas 5 년 전
부모
커밋
a35964cc3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/NativeBase/index.js

+ 1 - 1
src/modules/NativeBase/index.js

@@ -576,7 +576,7 @@ export class View extends Module {
 
 Text.Inputs = {
 	fontSize: new Types.Integer(),
-	fontWeight: new Types.Integer(),
+	fontWeight: new Types.Text(),
 	fontFamily: new Types.Text(),
 	letterSpacing: new Types.Integer(),
 	uppercase: new Types.Bool().default(false),