We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f78a43 commit 4607a94Copy full SHA for 4607a94
components/Common/CategoriesSelector/index.tsx
@@ -20,7 +20,7 @@ export const CategoriesSelector: FC<CategoriesSelectorProps> = ({
20
className={classNames(
21
'flex cursor-pointer items-center rounded-t-md px-2 py-1 transition duration-200 hover:bg-green-400 hover:text-white dark:hover:bg-green-600 dark:hover:text-white',
22
{
23
- 'bg-green-400 text-white :dark:bg-green-600':
+ 'bg-green-400 text-white dark:bg-green-600':
24
(currentCategories.length === 0 && i === 0) ||
25
currentCategories.includes(category.slug),
26
}
0 commit comments