Skip to content

Commit

Permalink
fix: disable opacity for report composer
Browse files Browse the repository at this point in the history
Signed-off-by: dominictb <[email protected]>
  • Loading branch information
dominictb committed Jul 14, 2024
1 parent 7255ab5 commit 3f02c8f
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 3f02c8f

Please sign in to comment.