style: updated create workspace item text color (#5674)

This commit is contained in:
Aaryan Khandelwal
2024-09-23 16:41:04 +05:30
committed by GitHub
parent ed39f2dc37
commit 0853a2790f

View File

@@ -205,7 +205,7 @@ export const SidebarDropdown = observer(() => {
<Link href="/create-workspace" className="w-full">
<Menu.Item
as="div"
className="flex items-center gap-2 rounded px-2 py-1 text-sm font-medium text-custom-sidebar-text-100 hover:bg-custom-sidebar-background-80"
className="flex items-center gap-2 rounded px-2 py-1 text-sm font-medium text-custom-sidebar-text-200 hover:bg-custom-sidebar-background-80"
>
<PlusSquare strokeWidth={1.75} className="h-4 w-4 flex-shrink-0" />
Create workspace