Skip to content

Commit a506d04

Browse files
committed
fix: css
1 parent 96e8ebb commit a506d04

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/components/UI/Trending/components/FilterBar/FilterBar.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ export const FilterButton: React.FC<FilterButtonProps> = ({
4747
>
4848
<View style={tw`flex-row items-center justify-center gap-1`}>
4949
{iconName && (
50-
<Icon
51-
name={iconName}
52-
color={IconColor.Alternative}
53-
size={IconSize.Xs}
54-
/>
50+
<Icon name={iconName} color={IconColor.Default} size={IconSize.Sm} />
5551
)}
5652
<Text
5753
style={tw`min-w-0 text-[14px] font-medium text-default`}

0 commit comments

Comments
 (0)