Skip to content

Commit

Permalink
fix: swipe buttons going off-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Dec 30, 2024
1 parent ab5c595 commit 7c4764d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/ChatMenu/ChatWindow/Swipes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,13 @@ const styles = StyleSheet.create({

swipeText: {
color: Style.getColor('primary-text2'),
borderRadius: 20,
paddingVertical: 6,
paddingHorizontal: 8,
},

swipeButton: {
alignItems: 'center',
paddingHorizontal: 24,
flex: 1,
paddingVertical: 4,
},
})

0 comments on commit 7c4764d

Please sign in to comment.