Closed JohannSzck closed 1 year ago
Add and set tintAdjustmentMode property to .normal for the imageView of VitaminButton
tintAdjustmentMode
.normal
imageView
VitaminButton
The image tint color is changing when a UIAlertController is presented. Setting tintAdjustmentMode to .normal fix this problem.
UIAlertController
You can see the change in the before/after provided in the screenshots section of this PR.
design-system-core-team-design
As you can see below the tint color of the icon stay the same with an AlertController presented.
All committers have signed the CLA.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
Changes description
Add and set
tintAdjustmentMode
property to.normal
for theimageView
ofVitaminButton
Context
The image tint color is changing when a
UIAlertController
is presented. SettingtintAdjustmentMode
to.normal
fix this problem.You can see the change in the before/after provided in the screenshots section of this PR.
Checklist
design-system-core-team-design
GitHub team.Does this introduce a breaking change?
Screenshots
iPhone
As you can see below the tint color of the icon stay the same with an AlertController presented.