You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the GoogleSignInButton enters dark mode, the background color of the icon has an ugly overlay with the button color. Tested on Pixel 6 Pro Android Device with "UpsideDownCake" Api and useMaterial3: true.
Steps to reproduce
Steps to reproduce the behavior:
Create a GoogleSignInButton and switch your theme to dark mode. Observe.
Expected behavior
I would expect either:
no ugly color overlay or
no background color of the Google icon
Flutter doctor
Run flutter doctor and paste the output below:
Click To Expand
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.10.2, on Microsoft Windows [Version 10.0.19045.2965], locale de-DE)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.3.6)
[√] Android Studio (version 2022.1)
[√] Android Studio (version 2022.2)
[√] VS Code (version 1.74.2)
[√] Connected device (4 available)
[√] Network resources
• No issues found!
Flutter dependencies
Run flutter pub deps -- --style=compact and paste the output below:
The text was updated successfully, but these errors were encountered:
danagbemava-nc
changed the title
🐛 [firebase_ui_oauth_google] Ugly overlaying color in GoogleSignInButton in dark mode
🐛 [firebase_ui_oauth_google] Google Icon in GoogleSignInButton doesn't fit properly in dark mode
Jun 1, 2023
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Bug report
Describe the bug
When the GoogleSignInButton enters dark mode, the background color of the icon has an ugly overlay with the button color. Tested on Pixel 6 Pro Android Device with "UpsideDownCake" Api and useMaterial3: true.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect either:
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: