Skip to content

Commit 7b2c87d

Browse files
author
squalle0nhart
committed
update firebase UI
1 parent bda6554 commit 7b2c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/FirebaseAuthUI/FUIAuthPickerViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ - (void)viewDidLayoutSubviews {
164164
CGFloat centerY = CGRectGetHeight(self.view.bounds) - distanceFromCenterToBottom;
165165
// Compensate for bounds adjustment if any.
166166
// centerY += self.view.bounds.origin.y;
167-
_buttonContainerView.center = CGPointMake(self.view.center.x, 300);
167+
_buttonContainerView.center = CGPointMake(self.view.center.x, 250);
168168
return;
169169
}
170170

0 commit comments

Comments
 (0)