Skip to content

Commit adcbbf1

Browse files
authored
Show the dot more bigger
密文模式让黑点变大一些
1 parent fd967df commit adcbbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JHVerificationCodeView/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ - (void)jhSetupViews
166166
config.tintColor = [UIColor blueColor];
167167
config.secureTextEntry = YES;
168168
config.inputBoxColor = [UIColor clearColor];
169-
config.font = [UIFont boldSystemFontOfSize:16];
169+
config.font = [UIFont boldSystemFontOfSize:20];
170170
config.textColor = [UIColor grayColor];
171171
config.inputType = JHVCConfigInputType_Alphabet;
172172

0 commit comments

Comments
 (0)