Skip to content

Commit

Permalink
Merge pull request #24142 from ahmedGaber93/issue-23769
Browse files Browse the repository at this point in the history
fix button "Message with" style
  • Loading branch information
puneetlath authored Aug 4, 2023
2 parents 96df822 + f137877 commit bba0eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/DetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function DetailsPage(props) {
{!isCurrentUser && (
<MenuItem
title={`${props.translate('common.message')}${details.displayName}`}
titleStyle={styles.flex1}
icon={Expensicons.ChatBubble}
onPress={() => Report.navigateToAndOpenReport([login])}
wrapperStyle={styles.breakAll}
Expand Down
1 change: 1 addition & 0 deletions src/pages/ProfilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ function ProfilePage(props) {
{!isCurrentUser && !Session.isAnonymousUser() && (
<MenuItem
title={`${props.translate('common.message')}${displayName}`}
titleStyle={styles.flex1}
icon={Expensicons.ChatBubble}
onPress={() => Report.navigateToAndOpenReportWithAccountIDs([accountID])}
wrapperStyle={styles.breakAll}
Expand Down

0 comments on commit bba0eb2

Please sign in to comment.