Merge pull request #7009 from BlueWallet/marcosrdz-patch-3

FIX: swipeable was difficult to use
This commit is contained in:
GLaDOS 2024-09-03 15:09:02 +00:00 committed by GitHub
commit 08bc35c02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,6 @@ const ManageWalletsListItem: React.FC<ManageWalletsListItemProps> = ({
<ListItem.Swipeable
leftWidth={80}
rightWidth={90}
animation={{ duration: 400 }}
containerStyle={{ backgroundColor: colors.background }}
leftContent={leftContent}
rightContent={rightContent}