fix: placeholder in dark theme for chat input

This commit is contained in:
devthejo 2025-08-09 10:52:03 +02:00
parent f65aa4b01f
commit f4ee75294d

View file

@ -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);