Skip to content

Commit

Permalink
Merge pull request #1675 from kaloudis/zeus-1666
Browse files Browse the repository at this point in the history
ZEUS-1666: Change X icon in Filter Activity screen
  • Loading branch information
kaloudis authored Sep 21, 2023
2 parents ec513b8 + 59c2bca commit 3c4f075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Activity/ActivityFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default class ActivityFilter extends React.Component<

const ClearButton = () => (
<Icon
name="cancel"
name="delete"
onPress={async () => await ActivityStore.resetFilters()}
color={themeColor('text')}
underlayColor="transparent"
Expand Down

0 comments on commit 3c4f075

Please sign in to comment.