[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",
|
"backgroundColor": "transparent",
|
||||||
"color": "#2F343D",
|
"color": "#2F343D",
|
||||||
"fontFamily": "System",
|
"fontFamily": "System",
|
||||||
"fontSize": 46,
|
"fontSize": 30,
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2984,7 +2984,7 @@ exports[`Storyshots Message list 1`] = `
|
||||||
"backgroundColor": "transparent",
|
"backgroundColor": "transparent",
|
||||||
"color": "#2F343D",
|
"color": "#2F343D",
|
||||||
"fontFamily": "System",
|
"fontFamily": "System",
|
||||||
"fontSize": 46,
|
"fontSize": 30,
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3188,7 +3188,7 @@ exports[`Storyshots Message list 1`] = `
|
||||||
"backgroundColor": "transparent",
|
"backgroundColor": "transparent",
|
||||||
"color": "#2F343D",
|
"color": "#2F343D",
|
||||||
"fontFamily": "System",
|
"fontFamily": "System",
|
||||||
"fontSize": 46,
|
"fontSize": 30,
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3201,8 +3201,8 @@ exports[`Storyshots Message list 1`] = `
|
||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 50,
|
"height": 30,
|
||||||
"width": 50,
|
"width": 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -3217,8 +3217,8 @@ exports[`Storyshots Message list 1`] = `
|
||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 50,
|
"height": 30,
|
||||||
"width": 50,
|
"width": 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -3233,8 +3233,8 @@ exports[`Storyshots Message list 1`] = `
|
||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 50,
|
"height": 30,
|
||||||
"width": 50,
|
"width": 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -3434,7 +3434,7 @@ exports[`Storyshots Message list 1`] = `
|
||||||
"backgroundColor": "transparent",
|
"backgroundColor": "transparent",
|
||||||
"color": "#2F343D",
|
"color": "#2F343D",
|
||||||
"fontFamily": "System",
|
"fontFamily": "System",
|
||||||
"fontSize": 46,
|
"fontSize": 30,
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3447,8 +3447,8 @@ exports[`Storyshots Message list 1`] = `
|
||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 50,
|
"height": 30,
|
||||||
"width": 50,
|
"width": 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -3648,7 +3648,7 @@ exports[`Storyshots Message list 1`] = `
|
||||||
"backgroundColor": "transparent",
|
"backgroundColor": "transparent",
|
||||||
"color": "#2F343D",
|
"color": "#2F343D",
|
||||||
"fontFamily": "System",
|
"fontFamily": "System",
|
||||||
"fontSize": 46,
|
"fontSize": 30,
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3664,8 +3664,8 @@ exports[`Storyshots Message list 1`] = `
|
||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 50,
|
"height": 30,
|
||||||
"width": 50,
|
"width": 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -40,7 +40,7 @@ export default StyleSheet.create({
|
||||||
...sharedStyles.textRegular
|
...sharedStyles.textRegular
|
||||||
},
|
},
|
||||||
textBig: {
|
textBig: {
|
||||||
fontSize: 46,
|
fontSize: 30,
|
||||||
...sharedStyles.textColorNormal,
|
...sharedStyles.textColorNormal,
|
||||||
...sharedStyles.textRegular
|
...sharedStyles.textRegular
|
||||||
},
|
},
|
||||||
|
@ -55,8 +55,8 @@ export default StyleSheet.create({
|
||||||
height: 20
|
height: 20
|
||||||
},
|
},
|
||||||
customEmojiBig: {
|
customEmojiBig: {
|
||||||
width: 50,
|
width: 30,
|
||||||
height: 50
|
height: 30
|
||||||
},
|
},
|
||||||
temp: { opacity: 0.3 },
|
temp: { opacity: 0.3 },
|
||||||
marginTop: {
|
marginTop: {
|
||||||
|
|
Loading…
Reference in New Issue