Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat.ReactNative
Commits
a56dade1
Unverified
Commit
a56dade1
authored
Mar 05, 2021
by
Diego Mello
Committed by
GitHub
Mar 05, 2021
Browse files
[FIX] Messagebox's placeholder color is too bright (#2968)
parent
cc8dc6a7
Changes
1
Show whitespace changes
Inline
Side-by-side
app/containers/MessageBox/index.js
View file @
a56dade1
...
...
@@ -939,7 +939,7 @@ class MessageBox extends Component {
keyboardType
=
'
twitter
'
blurOnSubmit
=
{
false
}
placeholder
=
{
I18n
.
t
(
'
New_Message
'
)}
placeholderTextColor
=
{
themes
[
theme
].
auxiliaryT
intColor
}
placeholderTextColor
=
{
themes
[
theme
].
auxiliaryT
ext
}
onChangeText
=
{
this
.
onChangeText
}
onSelectionChange
=
{
this
.
onSelectionChange
}
underlineColorAndroid
=
'
transparent
'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment