Skip to content

Commit

Permalink
fix: Removed background on button press
Browse files Browse the repository at this point in the history
Removed Backgroun on pressed
  • Loading branch information
Alex Risch authored and Alex Risch committed May 23, 2024
1 parent 0818b80 commit 0e84a8a
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 0e84a8a

Please sign in to comment.