diff --git a/src/components/Textarea/index.js b/src/components/Textarea/index.js index 8eecff33..6c4edd45 100644 --- a/src/components/Textarea/index.js +++ b/src/components/Textarea/index.js @@ -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};