Skip to content

Commit

Permalink
Merge pull request #36315 from bernhardoj/fix/34354-report-preview-te…
Browse files Browse the repository at this point in the history
…xt-opacity

Fix report preview settlement button text is less visible on Android
  • Loading branch information
Hayata Suenaga authored Feb 14, 2024
2 parents 28a2b6b + 92ef991 commit 04d7efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ function ReportPreview({
<OfflineWithFeedback
pendingAction={iouReport?.pendingFields?.preview}
shouldDisableOpacity={!!(action.pendingAction ?? action.isOptimisticAction)}
needsOffscreenAlphaCompositing
>
<View style={[styles.chatItemMessage, containerStyles]}>
<PressableWithoutFeedback
Expand Down

0 comments on commit 04d7efd

Please sign in to comment.