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 96e8ebb commit a506d04Copy full SHA for a506d04
1 file changed
app/components/UI/Trending/components/FilterBar/FilterBar.tsx
@@ -47,11 +47,7 @@ export const FilterButton: React.FC<FilterButtonProps> = ({
47
>
48
<View style={tw`flex-row items-center justify-center gap-1`}>
49
{iconName && (
50
- <Icon
51
- name={iconName}
52
- color={IconColor.Alternative}
53
- size={IconSize.Xs}
54
- />
+ <Icon name={iconName} color={IconColor.Default} size={IconSize.Sm} />
55
)}
56
<Text
57
style={tw`min-w-0 text-[14px] font-medium text-default`}
0 commit comments