Skip to content

Commit 8a36948

Browse files
authored
Merge pull request #59 from rwachtler/fix/disabled-text-color-ios-input
Fix wrong color for disabled input fields on iOS
2 parents d281949 + 0757ce8 commit 8a36948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const createDisabledTextStyles = () => css`
77
color: ${({ theme }) => theme.textDisabled};
88
text-shadow: 1px 1px ${({ theme }) => theme.textDisabledShadow};
99
/* filter: grayscale(100%); */
10+
-webkit-text-fill-color: ${({ theme }) => theme.inputTextDisabled};
1011
`;
1112
export const createBoxStyles = () => css`
1213
box-sizing: border-box;

0 commit comments

Comments
 (0)