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}
|
autoFocus={autoFocus}
|
||||||
showSoftInputOnFocus={keyboardEnabled} // controlled by state
|
showSoftInputOnFocus={keyboardEnabled} // controlled by state
|
||||||
placeholder="Message"
|
placeholder="Message"
|
||||||
placeholderTextColor={colors.onBackgroundDisabled}
|
placeholderTextColor={colors.placeholder}
|
||||||
onTouchStart={() => {
|
onTouchStart={() => {
|
||||||
if (!keyboardEnabled) {
|
if (!keyboardEnabled) {
|
||||||
setKeyboardEnabled(true);
|
setKeyboardEnabled(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue