diff --git a/src/components/Textarea/index.js b/src/components/Textarea/index.js index 71abf085..080b09fd 100644 --- a/src/components/Textarea/index.js +++ b/src/components/Textarea/index.js @@ -60,11 +60,6 @@ const StyledTextarea = styled(Textarea)` &:read-only { background: ${colors.GRAY_LIGHT}; color: ${colors.TEXT_SECONDARY}; - - &::placeholder { - color: ${disabledColor}; - opacity: 1; - } } &:disabled {