Skip to content

Commit

Permalink
Use default overlay opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jul 28, 2024
1 parent 8b7716c commit 566d5d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/app/components/reusable/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Dialog = ({

const backHandler = BackHandler.addEventListener(
'hardwareBackPress',
backAction
backAction,
)

return () => backHandler.remove()
Expand Down Expand Up @@ -112,7 +112,6 @@ const Dialog = ({
<TamaguiDialog.Overlay
key="overlay"
animation="quick"
o={0.5}
enterStyle={{ o: 0 }}
exitStyle={{ o: 0 }}
/>
Expand Down

0 comments on commit 566d5d3

Please sign in to comment.