-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix examples color_grading and mobile after BackgroundColor changes #14033
fix examples color_grading and mobile after BackgroundColor changes #14033
Conversation
e1339fa
to
24f16dc
Compare
..default() | ||
}, | ||
BackgroundColor(Color::WHITE), |
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.
Shouldn't this ButtonBundle
have a background_color: Color::WHITE.into()
now? Or is the background meant to be transparent?
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.
this is done by the button_handler
system
Thanks for catching these! |
Objective
BackgroundColor
andBorderColor
more intuitive #14017 changed howUiImage
andBackgroundColor
workcolor_grading
, another in the mobile exampleSolution