From f13787770f940b096460d835b0d1addf18c64b39 Mon Sep 17 00:00:00 2001 From: ahmedGaber93 Date: Fri, 4 Aug 2023 03:54:53 +0200 Subject: [PATCH] fix button "Message with" style --- src/pages/DetailsPage.js | 1 + src/pages/ProfilePage.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/DetailsPage.js b/src/pages/DetailsPage.js index 4958f66d6e28..7873c4daa00c 100755 --- a/src/pages/DetailsPage.js +++ b/src/pages/DetailsPage.js @@ -204,6 +204,7 @@ function DetailsPage(props) { {!isCurrentUser && ( Report.navigateToAndOpenReport([login])} wrapperStyle={styles.breakAll} diff --git a/src/pages/ProfilePage.js b/src/pages/ProfilePage.js index a46d730b91d6..6500eef0548f 100755 --- a/src/pages/ProfilePage.js +++ b/src/pages/ProfilePage.js @@ -209,6 +209,7 @@ function ProfilePage(props) { {!isCurrentUser && !Session.isAnonymousUser() && ( Report.navigateToAndOpenReportWithAccountIDs([accountID])} wrapperStyle={styles.breakAll}