Skip to content

Commit

Permalink
Set activity indicator color to white (#1212)
Browse files Browse the repository at this point in the history
Resolves #1207 caused by changes in #1194
  • Loading branch information
willbattel authored Oct 22, 2024
1 parent be95f19 commit 1eb0a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FirebaseAuthUI/Sources/FUIAuthBaseViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ + (UIActivityIndicatorView *)addActivityIndicator:(UIView *)view {
UIActivityIndicatorView *activityIndicator =
[[UIActivityIndicatorView alloc]
initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleLarge];
activityIndicator.color = [UIColor colorWithWhite:1 alpha:1];
UIView *tintView = [[UIView alloc] initWithFrame:CGRectInset(activityIndicator.frame,
-kActivityIndiactorPadding,
-kActivityIndiactorPadding)];
Expand Down

0 comments on commit 1eb0a75

Please sign in to comment.