feat: small sidebar button text
This commit is contained in:
@ -13,7 +13,7 @@ const Sidebar: FC<ISidebarProps> = ({ activeTab, onChangeTab }) => {
|
||||
<div
|
||||
key={item.tab}
|
||||
onClick={() => 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" : ""
|
||||
}`}
|
||||
>
|
||||
|
Reference in New Issue
Block a user