From 33611103f6aa2f57869ea61aed6605090118080b Mon Sep 17 00:00:00 2001 From: IlarionHalushka Date: Thu, 4 Jul 2019 19:17:57 +0300 Subject: [PATCH] [FIX] Decrease bigger emoji size to 30 (#1031) --- .../__snapshots__/Storyshots.test.js.snap | 30 +++++++++---------- app/containers/message/styles.js | 6 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/__tests__/__snapshots__/Storyshots.test.js.snap b/__tests__/__snapshots__/Storyshots.test.js.snap index bbf417d56..67f5c84e2 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 6939b3abd..d193b76c0 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: {