Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Apr 28, 2023
1 parent 4028871 commit 5ea1af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ class ReportActionCompose extends React.Component {
</>
)}
</AttachmentPicker>
<View style={[styles.textInputComposeSpacing, styles.chatItemComposeBoxBorder]}>
<View style={[styles.textInputComposeSpacing, styles.textInputComposeBorder]}>
<DragAndDrop
dropZoneId={CONST.REPORT.DROP_NATIVE_ID}
activeDropZoneId={CONST.REPORT.ACTIVE_DROP_NATIVE_ID}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ const styles = {
borderColor: themeColors.borderFocus,
},

chatItemComposeBoxBorder: {
textInputComposeBorder: {
borderLeftWidth: 1,
borderColor: themeColors.border,
},
Expand Down

0 comments on commit 5ea1af4

Please sign in to comment.