diff --git a/web/src/components/Home/Sidebar/index.tsx b/web/src/components/Home/Sidebar/index.tsx index be2de96..63b935c 100644 --- a/web/src/components/Home/Sidebar/index.tsx +++ b/web/src/components/Home/Sidebar/index.tsx @@ -13,7 +13,7 @@ const Sidebar: FC = ({ activeTab, onChangeTab }) => {
onChangeTab(item.tab)} - className={`dark:text-gray-200 transition-colors text-md cursor-pointer p-4 rounded-lg flex flex-row items-center gap-3${ + className={`dark:text-gray-200 transition-colors text-sm cursor-pointer p-4 rounded-lg flex flex-row items-center gap-3${ item.tab === activeTab ? " bg-gray-200 dark:bg-gray-900" : "" }`} >