We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd967df commit adcbbf1Copy full SHA for adcbbf1
JHVerificationCodeView/ViewController.m
@@ -166,7 +166,7 @@ - (void)jhSetupViews
166
config.tintColor = [UIColor blueColor];
167
config.secureTextEntry = YES;
168
config.inputBoxColor = [UIColor clearColor];
169
- config.font = [UIFont boldSystemFontOfSize:16];
+ config.font = [UIFont boldSystemFontOfSize:20];
170
config.textColor = [UIColor grayColor];
171
config.inputType = JHVCConfigInputType_Alphabet;
172
0 commit comments