Skip to content

Commit 933b647

Browse files
committed
changed filter button sizing
1 parent 6f1252f commit 933b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wallet-widget/src/components/Filter/FilterButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const FilterButton = ({
3232
style={{ height: '52px', width: '52px' }}
3333
onClick={() => setIsOpen(true)}
3434
>
35-
<FilterIcon size="md" color="white" />
35+
<FilterIcon size="sm" color="white" />
3636
<div className="absolute" style={{ top: '-4px', right: '-4px' }}>
3737
{howManyModifiedFilters > 0 && (
3838
<div className="flex items-center justify-center w-6 h-6 rounded-full" style={{ backgroundColor: '#0076CC' }}>

0 commit comments

Comments
 (0)