Skip to content

Commit

Permalink
Merge pull request #3942 from parasharrajat/timezone
Browse files Browse the repository at this point in the history
Correct styling for timeRow for other user in 1:1 chat
  • Loading branch information
Amal Nazeem authored Jul 9, 2021
2 parents 710e68a + 37a5e78 commit 2db53ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions src/pages/home/report/ParticipantLocalTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ class ParticipantLocalTime extends React.Component {
return (
isReportRecipientLocalTimeReady ? (
<View style={[styles.chatItemComposeSecondaryRow]}>
<ExpensiText style={[
styles.chatItemComposeSecondaryRowSubText,
styles.chatItemComposeSecondaryRowOffset,
]}
<ExpensiText
style={[
styles.chatItemComposeSecondaryRowSubText,
styles.chatItemComposeSecondaryRowOffset,
]}
numberOfLines={1}
>
{this.props.translate(
'reportActionCompose.localTime',
Expand Down
3 changes: 2 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ const styles = {
color: themeColors.textSupporting,
fontFamily: fontFamily.GTA,
fontSize: variables.fontSizeSmall,
lineHeight: 14,
},

chatItemComposeSecondaryRowOffset: {
Expand Down Expand Up @@ -927,7 +928,7 @@ const styles = {
},

chatItemComposeWithFirstRow: {
minHeight: 85,
minHeight: 90,
},

chatItemComposeBoxColor: {
Expand Down

0 comments on commit 2db53ec

Please sign in to comment.