Skip to content

Commit

Permalink
Merge pull request #94 from xmtp-labs/ar/all-mess-highlight
Browse files Browse the repository at this point in the history
fix: Removed background on button press
  • Loading branch information
alexrisch authored May 23, 2024
2 parents 2eed92c + 0e84a8a commit 896c1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/ConversationListScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const ListHeader: FC<ListHeaderProps> = ({
<Box>
<Button
onLongPress={navigateToDev}
_pressed={{backgroundColor: 'transparent'}}
size={'sm'}
variant={'ghost'}
leftIcon={
Expand Down

0 comments on commit 896c1d8

Please sign in to comment.