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 2f3a2b6 commit 543a730Copy full SHA for 543a730
โsrc/features/activities/components/all-activities.tsxโ
@@ -142,7 +142,7 @@ const AllActivities = ({ keyword }: AllActivitiesProps) => {
142
onClick={() => handleCategoryChange(name)}
143
>
144
<Icon
145
- className={`size-[1.7rem] ${active === name ? 'text-white' : 'text-gray-950'}`}
+ className={`size-[1.7rem] ${active === name ? 'text-white' : 'group-hover:text-main text-gray-950'} `}
146
/>
147
{name}
148
</Button>
0 commit comments