Nikatlas před 5 roky
rodič
revize
a35964cc3b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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),