Skip to content

Commit 7b27f68

Browse files
committed
Added submit button values for mid-size devices
1 parent 3049027 commit 7b27f68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TOPasscodeViewController/Models/TOPasscodeViewContentLayout.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ + (TOPasscodeViewContentLayout *)mediumScreenContentLayout
105105
contentLayout.circleRowSpacing = 26.0f;
106106
contentLayout.circleRowBottomSpacing = 53.0f;
107107

108+
/* Submit Button */
109+
contentLayout.submitButtonFontSize = 16.0f;
110+
contentLayout.submitButtonSpacing = 4.0f;
111+
108112
/* Circle Button Shape and Layout */
109113
contentLayout.circleButtonDiameter = 75.0f;
110114
contentLayout.circleButtonSpacing = (CGSize){28.0f, 15.0f};

0 commit comments

Comments
 (0)