Skip to content

Commit

Permalink
Merge pull request #45376 from dominictb/fix/44572-grey-compose
Browse files Browse the repository at this point in the history
fix: disable opacity for report composer
  • Loading branch information
thienlnam authored Jul 15, 2024
2 parents ca0312a + 3f02c8f commit ed658ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ function ReportActionCompose({
</OfflineWithFeedback>
<View style={isComposerFullSize ? styles.flex1 : {}}>
<OfflineWithFeedback
shouldDisableOpacity
pendingAction={pendingAction}
style={isComposerFullSize ? styles.chatItemFullComposeRow : {}}
contentContainerStyle={isComposerFullSize ? styles.flex1 : {}}
Expand Down

0 comments on commit ed658ed

Please sign in to comment.