From 37a5e78115481183d199fb7fba5cf2f60734baaf Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Fri, 9 Jul 2021 07:17:15 +0530 Subject: [PATCH] correct styling for timeRow --- src/pages/home/report/ParticipantLocalTime.js | 10 ++++++---- src/styles/styles.js | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/pages/home/report/ParticipantLocalTime.js b/src/pages/home/report/ParticipantLocalTime.js index 977bb3a8b39d..6876ffeb32c8 100644 --- a/src/pages/home/report/ParticipantLocalTime.js +++ b/src/pages/home/report/ParticipantLocalTime.js @@ -58,10 +58,12 @@ class ParticipantLocalTime extends React.Component { return ( isReportRecipientLocalTimeReady ? ( - {this.props.translate( 'reportActionCompose.localTime', diff --git a/src/styles/styles.js b/src/styles/styles.js index cda2fb44aed8..e4c5dd2f5a39 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -385,6 +385,7 @@ const styles = { color: themeColors.textSupporting, fontFamily: fontFamily.GTA, fontSize: variables.fontSizeSmall, + lineHeight: 14, }, chatItemComposeSecondaryRowOffset: { @@ -927,7 +928,7 @@ const styles = { }, chatItemComposeWithFirstRow: { - minHeight: 85, + minHeight: 90, }, chatItemComposeBoxColor: {