Skip to content

Commit

Permalink
chore: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Aug 24, 2024
1 parent 00db20b commit 074ecd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/unread-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export function UnreadFilter() {
return showUnreadOnly
? (
<Iconify
icon="mingcute:document-fill"
icon="mgc:round-cute-fi"
onPress={() => { setUnreadOnly(i => !i) }}
/>
)
: (
<Iconify
icon="mingcute:document-line"
icon="mgc:round-cute-re"
onPress={() => { setUnreadOnly(i => !i) }}
/>
)
Expand Down

0 comments on commit 074ecd6

Please sign in to comment.