fix: placeholder in dark theme for chat input
This commit is contained in:
parent
ef9b5037fb
commit
d5ad23d1da
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue