-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
iOS 18 dark mode icons #14138
iOS 18 dark mode icons #14138
Conversation
Update _build.js for dark mode icon support and so dark mode and tinted icon is not flatted against a white background.
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.
Some changes and open questions
@dlewis23 Did you have the chance to revisit the requested changes? |
@dlewis23 One quick ping here - we'd love to include it in the 12.6.0 RC later today, if you can adjust the changes and verify the fallback behavior (no dark mode icons set). Thank you! |
Sorry for the late reply @hansemannn I just tested, if you do not included the dark or tinted icon file with the app it will use the DefaultIcon-Marketing.png icon that is created and the system will make the dark and tinted icons. It does not seem like any code changes need to be made for 12.6.0 RC. |
Then you only need to fix the strict-equal checks marked up above :) |
Co-authored-by: Hans Knöchel <hansemannn@users.noreply.github.com>
Co-authored-by: Hans Knöchel <hansemannn@users.noreply.github.com>
Thanks @dlewis23 and @AbdullahFaqeir ! |
@hansemannn All Done. |
Thx! |
For issue #14122 add support for dark mode icons. Updated _build.js with changes made by @AbdullahFaqeir