Change style for disabled Textarea

pull/80/head
Vasek Mlejnsky 6 years ago
parent 84d71614f6
commit 86fbce53a5

@ -56,8 +56,9 @@ const TextArea = styled.textarea`
}
&:disabled {
border: 1px solid ${disabledColor};
cursor: not-allowed;
pointer-events: none;
background: ${colors.GRAY_LIGHT};
color: ${colors.TEXT_SECONDARY};
&::-webkit-input-placeholder {
color: ${disabledColor};

Loading…
Cancel
Save