style: update space and admin app colors (#4465)
This commit is contained in:
parent
e044a8c2ac
commit
8ecc461fb1
8 changed files with 185 additions and 211 deletions
|
|
@ -11,10 +11,10 @@ import { Menu, Transition } from "@headlessui/react";
|
|||
import { IWorkspace } from "@plane/types";
|
||||
// plane ui
|
||||
import { Avatar, Loader, TOAST_TYPE, setToast } from "@plane/ui";
|
||||
import { GOD_MODE_URL } from "@/helpers/common.helper";
|
||||
// hooks
|
||||
import { useAppTheme, useUser, useUserProfile, useWorkspace } from "@/hooks/store";
|
||||
import { WorkspaceLogo } from "./logo";
|
||||
// types
|
||||
// Static Data
|
||||
const userLinks = (workspaceSlug: string, userId: string) => [
|
||||
{
|
||||
|
|
@ -306,7 +306,7 @@ export const WorkspaceSidebarDropdown = observer(() => {
|
|||
</div>
|
||||
{isUserInstanceAdmin && (
|
||||
<div className="p-2 pb-0">
|
||||
<Link href="/god-mode">
|
||||
<Link href={GOD_MODE_URL}>
|
||||
<Menu.Item as="button" type="button" className="w-full">
|
||||
<span className="flex w-full items-center justify-center rounded bg-custom-primary-100/20 px-2 py-1 text-sm font-medium text-custom-primary-100 hover:bg-custom-primary-100/30 hover:text-custom-primary-200">
|
||||
Enter God Mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue