Skip to content

Commit

Permalink
chore(frontend): change icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Feb 12, 2025
1 parent 4791846 commit bffcf0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions apps/frontend/app/components/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,10 @@ export const CollectionsFilter = (props: {
<Text size="sm" c="dimmed">
Collection filters
</Text>
<ActionIcon
size="xs"
variant="outline"
<Button
size="compact-xs"
variant="transparent"
leftSection={<IconPlus size={14} />}
onClick={() =>
filtersHandlers.append({
id: randomId(),
Expand All @@ -549,8 +550,8 @@ export const CollectionsFilter = (props: {
})
}
>
<IconPlus />
</ActionIcon>
Add
</Button>
</Group>
{filters.length > 0 ? (
<>
Expand Down

0 comments on commit bffcf0d

Please sign in to comment.