Skip to content

Commit

Permalink
Improve modal title behaviour for long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Sep 3, 2024
1 parent 35c1b1e commit 694108c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/mobile-wallet/src/components/layout/BottomModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ const Handle = styled(Animated.View)`
`

const Title = styled(AppText)`
position: absolute;
right: 0;
left: 0;
flex: 1;
text-align: center;
`

Expand Down

0 comments on commit 694108c

Please sign in to comment.