Fix darkmode placeholder text in composer (#406)
* Remove old comment * Fix darkmode placeholder text in composer (close #401)
This commit is contained in:
parent
b7648cfe73
commit
1fa9402453
2 changed files with 1 additions and 145 deletions
|
@ -201,6 +201,7 @@ export const TextInput = React.forwardRef(
|
|||
onPaste={onPaste}
|
||||
onSelectionChange={onSelectionChange}
|
||||
placeholder={placeholder}
|
||||
placeholderTextColor={pal.colors.textLight}
|
||||
keyboardAppearance={theme.colorScheme}
|
||||
multiline
|
||||
style={[pal.text, styles.textInput, styles.textInputFormatting]}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue