fix: placeholder in dark theme for chat input

This commit is contained in:
Jo 2025-08-09 10:52:03 +02:00
parent ef9b5037fb
commit d5ad23d1da
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

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