Skip to content

Commit af88d72

Browse files
author
Chuan Ren
committed
Align tos to right
1 parent 0168203 commit af88d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/FirebaseAuthUI/FUIPrivacyAndTermsOfServiceView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ - (void)useFullMessage {
3535
- (void)useFooterMessage {
3636
NSAttributedString *footerMessage = [self footerPrivacyPolicyAndTOSMessage];
3737
self.attributedText = footerMessage;
38-
self.textAlignment = NSTextAlignmentCenter;
38+
self.textAlignment = NSTextAlignmentRight;
3939
}
4040

4141
#pragma mark - Protected

0 commit comments

Comments
 (0)