Skip to content

Conversation

@rwachtler
Copy link
Contributor

- Added -webkit-text-fill-color to createDisabledTextStyles
color: ${({ theme }) => theme.textDisabled};
text-shadow: 1px 1px ${({ theme }) => theme.textDisabledShadow};
/* filter: grayscale(100%); */
-webkit-text-fill-color: ${({ theme }) => theme.inputTextDisabled};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion this is a better location to fix this issue, instead of writing it twice into separate components. Other components using the createDisabledTextStyles() function shouldn't be affected by this change.

@arturbien
Copy link
Member

@rwachtler I will review it before the weekend. thanks and welcome to React95 🔥

@arturbien arturbien merged commit 8a36948 into react95-io:master Oct 30, 2019
@arturbien
Copy link
Member

🎉 This PR is included in version 3.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@rwachtler rwachtler deleted the fix/disabled-text-color-ios-input branch March 18, 2020 09:59
@arturbien
Copy link
Member

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong text color in disabled input fields on iOS

2 participants