[FIX] Decrease bigger emoji size to 30 (#1031)
This commit is contained in:
parent
b444c425d2
commit
33611103f6
|
@ -2780,7 +2780,7 @@ exports[`Storyshots Message list 1`] = `
|
|||
"backgroundColor": "transparent",
|
||||
"color": "#2F343D",
|
||||
"fontFamily": "System",
|
||||
"fontSize": 46,
|
||||
"fontSize": 30,
|
||||
"fontWeight": "400",
|
||||
}
|
||||
}
|
||||
|
@ -2984,7 +2984,7 @@ exports[`Storyshots Message list 1`] = `
|
|||
"backgroundColor": "transparent",
|
||||
"color": "#2F343D",
|
||||
"fontFamily": "System",
|
||||
"fontSize": 46,
|
||||
"fontSize": 30,
|
||||
"fontWeight": "400",
|
||||
}
|
||||
}
|
||||
|
@ -3188,7 +3188,7 @@ exports[`Storyshots Message list 1`] = `
|
|||
"backgroundColor": "transparent",
|
||||
"color": "#2F343D",
|
||||
"fontFamily": "System",
|
||||
"fontSize": 46,
|
||||
"fontSize": 30,
|
||||
"fontWeight": "400",
|
||||
}
|
||||
}
|
||||
|
@ -3201,8 +3201,8 @@ exports[`Storyshots Message list 1`] = `
|
|||
}
|
||||
style={
|
||||
Object {
|
||||
"height": 50,
|
||||
"width": 50,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
@ -3217,8 +3217,8 @@ exports[`Storyshots Message list 1`] = `
|
|||
}
|
||||
style={
|
||||
Object {
|
||||
"height": 50,
|
||||
"width": 50,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
@ -3233,8 +3233,8 @@ exports[`Storyshots Message list 1`] = `
|
|||
}
|
||||
style={
|
||||
Object {
|
||||
"height": 50,
|
||||
"width": 50,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
@ -3434,7 +3434,7 @@ exports[`Storyshots Message list 1`] = `
|
|||
"backgroundColor": "transparent",
|
||||
"color": "#2F343D",
|
||||
"fontFamily": "System",
|
||||
"fontSize": 46,
|
||||
"fontSize": 30,
|
||||
"fontWeight": "400",
|
||||
}
|
||||
}
|
||||
|
@ -3447,8 +3447,8 @@ exports[`Storyshots Message list 1`] = `
|
|||
}
|
||||
style={
|
||||
Object {
|
||||
"height": 50,
|
||||
"width": 50,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
@ -3648,7 +3648,7 @@ exports[`Storyshots Message list 1`] = `
|
|||
"backgroundColor": "transparent",
|
||||
"color": "#2F343D",
|
||||
"fontFamily": "System",
|
||||
"fontSize": 46,
|
||||
"fontSize": 30,
|
||||
"fontWeight": "400",
|
||||
}
|
||||
}
|
||||
|
@ -3664,8 +3664,8 @@ exports[`Storyshots Message list 1`] = `
|
|||
}
|
||||
style={
|
||||
Object {
|
||||
"height": 50,
|
||||
"width": 50,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
|
|
@ -40,7 +40,7 @@ export default StyleSheet.create({
|
|||
...sharedStyles.textRegular
|
||||
},
|
||||
textBig: {
|
||||
fontSize: 46,
|
||||
fontSize: 30,
|
||||
...sharedStyles.textColorNormal,
|
||||
...sharedStyles.textRegular
|
||||
},
|
||||
|
@ -55,8 +55,8 @@ export default StyleSheet.create({
|
|||
height: 20
|
||||
},
|
||||
customEmojiBig: {
|
||||
width: 50,
|
||||
height: 50
|
||||
width: 30,
|
||||
height: 30
|
||||
},
|
||||
temp: { opacity: 0.3 },
|
||||
marginTop: {
|
||||
|
|
Loading…
Reference in New Issue