-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Cupertino { TabScafold, TextSelection, TextField } dark mode & minor fidelity update #41431
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
Cupertino { TabScafold, TextSelection, TextField } dark mode & minor fidelity update #41431
Conversation
justinmc
left a comment
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 👍
| const EdgeInsets _kToolbarButtonPadding = EdgeInsets.symmetric(vertical: 10.0, horizontal: 18.0); | ||
| const Radius _kToolbarBorderRadius = Radius.circular(8); | ||
| // Colors extracted from https://developer.apple.com/design/resources/. | ||
| // TODO(LongCatIsLooong): https://github.com/flutter/flutter/issues/41507. |
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.
Thanks for noticing this and creating the issue.
HansMuller
left a comment
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 (too)
Piinks
left a comment
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!
Description
Updated dark mode colors. Text editing menu color is still not correct: #41507. The color of the clear button seems to have changed in iOS 13.1 so might be different from what you see on iOS 13.0 devices/simulators.
Screenshots
Related Issues
#35541
Tests
I added the following tests:
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?