From 9ee72756ae2bd3d8765826e04c11bef50b0576a9 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 12 Sep 2017 10:54:57 -0400 Subject: [PATCH] Create Flat UI rounded button class. // FREEBIE --- Signal/src/ViewControllers/CodeVerificationViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/CodeVerificationViewController.m b/Signal/src/ViewControllers/CodeVerificationViewController.m index b54a525c0..cfcd149e0 100644 --- a/Signal/src/ViewControllers/CodeVerificationViewController.m +++ b/Signal/src/ViewControllers/CodeVerificationViewController.m @@ -170,7 +170,7 @@ NS_ASSUME_NONNULL_BEGIN [self.view addSubview:_submitButton]; [_submitButton autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:underscoreView withOffset:15]; [_submitButton autoPinWidthToSuperviewWithMargin:kHMargin]; - [_submitButton autoSetDimension:ALDimensionHeight toSize:47.f]; + [_submitButton autoSetDimension:ALDimensionHeight toSize:kSubmitButtonHeight]; const CGFloat kSpinnerSize = 20; const CGFloat kSpinnerSpacing = ScaleFromIPhone5To7Plus(5, 15);