We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d281949 + 0757ce8 commit 8a36948Copy full SHA for 8a36948
src/components/common/index.js
@@ -7,6 +7,7 @@ export const createDisabledTextStyles = () => css`
7
color: ${({ theme }) => theme.textDisabled};
8
text-shadow: 1px 1px ${({ theme }) => theme.textDisabledShadow};
9
/* filter: grayscale(100%); */
10
+ -webkit-text-fill-color: ${({ theme }) => theme.inputTextDisabled};
11
`;
12
export const createBoxStyles = () => css`
13
box-sizing: border-box;
0 commit comments