-
Notifications
You must be signed in to change notification settings - Fork 116
🐛 [Firebase_UI_Auth] Verification message text not visible in Profile Screen due to wrong color #18
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
Comments
@YarostheLaunchpadder If you are not using the required font, can you add that and try again to see if you still get same behavior or not in dark mode ? |
@darshankawar See photos below: Light mode, custom Bruno Ace font applied in ThemeData:![]() Dark mode, custom Bruno Ace font applied in ThemeData:![]() Dark mode, no custom font applied:![]() |
Thanks for the update and feedback. I am able to replicate the same behavior. /cc @lesnitsky |
@darshankawar @lesnitsky |
Is there possibility that we use theme colors instead of hardcoded yellow? Maybe some property to set it? |
@pknuth Indeed this would be nice. But it is strange that it takes so long to fix a simple bug like this one. |
firebase_ui_auth use hardcoded colors in some screen sadly...
It should use Theme :'( ! |
I created a PR (#196). I didn't use |
Could you not make it default to yellow in the constructor with the option to provide your own. This yellow is pretty horrible in my theme. |
@qwezey
Update: As a workaround, instead of having the color of the div be yellow, I changed it to the outline and no background color. That way I don't have to care about the "right yellow" |
Hi, we're approaching a year since this bug was reported. Can the owner(s) provide any comment on whether we can expect this to be fixed? This behavior is very in-your-face to users because it occurs on the default path for a new user, so it's unavoidable and 100% of users in dark mode have a negative experience because of this. I understand an enhancement to allow callers to fiddle with theme configuration is probably not worth the effort at this point, but > can you please patch this bug with an approach that just makes this behave reasonably correctly in dark mode < so the bug is addressed and the other enhancements relating to themes can be considered separately? |
Any updates? |
Bug report
Describe the bug
In the Profile Screen, the email verification message is not visible in Dark Mode.
My app color theme is yellow, and the background of the message is also very light colored as is the text, and it is not clearly visible.
Steps to reproduce
Steps to reproduce the behavior:
useMaterial3: true
, and colorScheme toColorScheme.fromSeed(brightness: Brightness.dark, seedColor: Colors.yellow)
Expected behavior
The text adapts to be always visible in any condition.
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: