-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No localization support, and cannot edit the buttonTextColor #1210
Comments
I am looking at the FirebaseOauthUI pod and I see...
and
I dont know where I could make a change to fix the text color for now. |
switched it to --> _buttonTextColor = [UIColor colorNamed:@"Apple"]; Seems to be working, but that has to be a bug right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Localization is not supported?
So I thought I would just do custom auth provider. See below...
...but cannot seem to be able to modify the color of the text on the button. So, on dark mode, I end up with
Thanks for the help,
J.
The text was updated successfully, but these errors were encountered: