-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Revert "Fix BottomNavigationBar
label style text colors"
#102756
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
Revert "Fix BottomNavigationBar
label style text colors"
#102756
Conversation
This reverts commit 8420246.
I didn't expect this to break since the color is taken from label style when they are non-null, if null, colors from existing tween are used.
|
Yeah I was surprised as well, it could be a theme issue or something else, best to revert first and examine further. I can come up with a test case from the customer code to validate against. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Piinks I'm also trying to resolve the issues with the colors of the BottomNavigationBarItem in #96664 |
Hi @talamaska, Flutter does make breaking changes, there is just a proper procedure for landing them. So when we determine something that has landed is breaking, we revert it in order to follow that procedure. |
Reverts #102638
FYI @TahaTesser
It looks like this might be a documentation issue, there are many customers internally that expect the existing behavior.
The Google tests that run before a PR lands are just a sampling, after landing all of the test are run and this change broke many of them.
In the image tests, it showed that the selected label color and the selected icon color are expected to be the same in customer production apps. This change made the label color different from the expected color.