diff --git a/src/containers/ChatInput/TextArea.js b/src/containers/ChatInput/TextArea.js index c211b84..8f61921 100644 --- a/src/containers/ChatInput/TextArea.js +++ b/src/containers/ChatInput/TextArea.js @@ -57,7 +57,7 @@ export default React.memo(function TextArea({ autoFocus={autoFocus} showSoftInputOnFocus={keyboardEnabled} // controlled by state placeholder="Message" - placeholderTextColor={colors.onBackgroundDisabled} + placeholderTextColor={colors.placeholder} onTouchStart={() => { if (!keyboardEnabled) { setKeyboardEnabled(true);