mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
style: updated create workspace item text color (#5674)
This commit is contained in:
committed by
GitHub
parent
ed39f2dc37
commit
0853a2790f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user