diff --git a/fabric/src/components/TextInput/index.tsx b/fabric/src/components/TextInput/index.tsx index 698b80b75..fcba6c21d 100644 --- a/fabric/src/components/TextInput/index.tsx +++ b/fabric/src/components/TextInput/index.tsx @@ -273,7 +273,7 @@ const StyledTextArea = styled.textarea` padding: ${({ theme }) => theme.space[1]}px; ::placeholder { - color: ${({ theme }) => theme.colors.textDisabled}; + color: ${({ theme }) => theme.colors.textSecondary}; } `