Skip to content
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: currentColor dimming #2465

Merged
merged 3 commits into from
Sep 27, 2024
Merged

fix: currentColor dimming #2465

merged 3 commits into from
Sep 27, 2024

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Sep 27, 2024

Summary

Fixes #2455. When the shared modal was triggered, the currentColor (which is tintColor under the hood) was being greyscaled because the default value of tintAdjustmentMode was set to UIViewTintAdjustmentModeDimmed. Changing it to UIViewTintAdjustmentModeNormal resolves the issue.

Test Plan

Example apps -> Test2455

Compatibility

OS Implemented
iOS

@jakex7 jakex7 merged commit aa7701d into main Sep 27, 2024
6 checks passed
@jakex7 jakex7 deleted the @jakex7/fixCurrentColorDimming branch September 27, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] elements with fill set to currentColor fades to dark after opening share menu
1 participant