We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1252f commit 933b647Copy full SHA for 933b647
packages/wallet-widget/src/components/Filter/FilterButton.tsx
@@ -32,7 +32,7 @@ export const FilterButton = ({
32
style={{ height: '52px', width: '52px' }}
33
onClick={() => setIsOpen(true)}
34
>
35
- <FilterIcon size="md" color="white" />
+ <FilterIcon size="sm" color="white" />
36
<div className="absolute" style={{ top: '-4px', right: '-4px' }}>
37
{howManyModifiedFilters > 0 && (
38
<div className="flex items-center justify-center w-6 h-6 rounded-full" style={{ backgroundColor: '#0076CC' }}>
0 commit comments