Skip to content

Commit

Permalink
fix: filter button should not change color when pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jun 21, 2024
1 parent cb0cc36 commit 9bda2b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-client/src/components/BadgedIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const BadgedIcon = ({
{..._iconButton}
onPress={onPress}
accessibilityLabel={accessibilityLabel}
_pressed={{
bg: 'background.default',
}}
/>
</Pressable>
);
Expand Down

0 comments on commit 9bda2b2

Please sign in to comment.