UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: смягчение CTA создания проекта в project-menu
This commit is contained in:
parent
49c32fccf1
commit
c8a669e01c
|
|
@ -144,10 +144,12 @@ const ProjectsToolbarMenu = observer(function ProjectsToolbarMenu() {
|
||||||
<Menu.Item>
|
<Menu.Item>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="nodedc-toolbar-primary nodedc-toolbar-primary-wide flex w-full items-center justify-center gap-2 text-13 font-medium"
|
className="flex w-full items-center gap-3 rounded-md px-2 py-2 text-left text-13 font-medium text-secondary transition-colors hover:bg-layer-transparent-hover hover:text-primary"
|
||||||
onClick={() => toggleCreateProjectModal(true)}
|
onClick={() => toggleCreateProjectModal(true)}
|
||||||
>
|
>
|
||||||
<PlusIcon className="size-4" />
|
<span className="grid size-8 flex-shrink-0 place-items-center">
|
||||||
|
<PlusIcon className="size-4" />
|
||||||
|
</span>
|
||||||
<span>{t("create_project")}</span>
|
<span>{t("create_project")}</span>
|
||||||
</button>
|
</button>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue