We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049027 commit 7b27f68Copy full SHA for 7b27f68
TOPasscodeViewController/Models/TOPasscodeViewContentLayout.m
@@ -105,6 +105,10 @@ + (TOPasscodeViewContentLayout *)mediumScreenContentLayout
105
contentLayout.circleRowSpacing = 26.0f;
106
contentLayout.circleRowBottomSpacing = 53.0f;
107
108
+ /* Submit Button */
109
+ contentLayout.submitButtonFontSize = 16.0f;
110
+ contentLayout.submitButtonSpacing = 4.0f;
111
+
112
/* Circle Button Shape and Layout */
113
contentLayout.circleButtonDiameter = 75.0f;
114
contentLayout.circleButtonSpacing = (CGSize){28.0f, 15.0f};
0 commit comments