[FIX] Emojis transparent on android (#1881)

Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
Ezequiel de Oliveira 2020-03-17 17:42:02 -03:00 committed by GitHub
parent 48f90fb9a8
commit 6a36abadbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -11263,6 +11263,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -11444,6 +11445,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -12171,6 +12173,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -12250,6 +12253,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -12329,6 +12333,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -12408,6 +12413,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}
@ -12487,6 +12493,7 @@ exports[`Storyshots Message list message 1`] = `
<Text
style={
Object {
"color": "#ffffff",
"fontSize": 13,
"marginLeft": 7,
}

View File

@ -47,7 +47,8 @@ export default StyleSheet.create({
},
categoryEmoji: {
backgroundColor: 'transparent',
textAlign: 'center'
textAlign: 'center',
color: '#ffffff'
},
customCategoryEmoji: {
margin: 8

View File

@ -61,7 +61,8 @@ export default StyleSheet.create({
},
reactionEmoji: {
fontSize: 13,
marginLeft: 7
marginLeft: 7,
color: '#ffffff'
},
reactionCustomEmoji: {
width: 19,