diff --git a/__tests__/__snapshots__/Storyshots.test.js.snap b/__tests__/__snapshots__/Storyshots.test.js.snap index bbf417d5..67f5c84e 100644 --- a/__tests__/__snapshots__/Storyshots.test.js.snap +++ b/__tests__/__snapshots__/Storyshots.test.js.snap @@ -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, } } /> diff --git a/app/containers/message/styles.js b/app/containers/message/styles.js index 6939b3ab..d193b76c 100644 --- a/app/containers/message/styles.js +++ b/app/containers/message/styles.js @@ -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: {