We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5382f75 + bf8a18f commit 5b69840Copy full SHA for 5b69840
OAuth/FirebaseOAuthUI/FUIOAuth.m
@@ -195,7 +195,7 @@ + (FUIOAuth *)appleAuthProvider {
195
fromBundleNameOrNil:@"FirebaseOAuthUI"];
196
UIColor *buttonColor = [UIColor blackColor];
197
UIColor *buttonTextColor = [UIColor whiteColor];
198
- if (UITraitCollection.currentTraitCollection.userInterfaceStyle == UIUserInterfaceStyleLight) {
+ if (UITraitCollection.currentTraitCollection.userInterfaceStyle == UIUserInterfaceStyleDark) {
199
iconImage = [iconImage imageWithTintColor:[UIColor blackColor]];
200
buttonColor = [UIColor whiteColor];
201
buttonTextColor = [UIColor blackColor];
0 commit comments