From 5f2dbd5882b5d741f782a1787d0a28fe4478495d Mon Sep 17 00:00:00 2001 From: PrashantKumar Mangukiya Date: Sat, 15 Apr 2023 01:13:48 +0530 Subject: [PATCH] Compose field left border extend as it expands --- .../home/report/ReportActionCompose/index.js | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/pages/home/report/ReportActionCompose/index.js b/src/pages/home/report/ReportActionCompose/index.js index 741bf50d1056..5ff073bf1d05 100644 --- a/src/pages/home/report/ReportActionCompose/index.js +++ b/src/pages/home/report/ReportActionCompose/index.js @@ -764,6 +764,7 @@ class ReportActionCompose extends React.Component { {this.props.isComposerFullSize && ( @@ -804,22 +805,20 @@ class ReportActionCompose extends React.Component { )} - - this.actionButton = el} - onPress={(e) => { - e.preventDefault(); - - // Drop focus to avoid blue focus ring. - this.actionButton.blur(); - this.setMenuVisibility(true); - }} - style={styles.composerSizeButton} - disabled={isBlockedFromConcierge || this.props.disabled} - > - - - + this.actionButton = el} + onPress={(e) => { + e.preventDefault(); + + // Drop focus to avoid blue focus ring. + this.actionButton.blur(); + this.setMenuVisibility(true); + }} + style={styles.composerSizeButton} + disabled={isBlockedFromConcierge || this.props.disabled} + > + +