From 6f03022f654f2a6dc356d3feaedf474705e5dad4 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 21 Apr 2023 10:46:04 +0530 Subject: [PATCH] chore: changed light mode colors (#913) --- .../app/components/core/issues-view-filter.tsx | 18 +++++++++--------- apps/app/components/core/issues-view.tsx | 2 +- .../components/core/list-view/single-issue.tsx | 2 +- .../components/core/list-view/single-list.tsx | 6 ++++-- apps/app/components/issues/activity.tsx | 4 ++-- .../issues/sidebar-select/blocked.tsx | 2 +- .../issues/sidebar-select/blocker.tsx | 2 +- .../issues/sidebar-select/parent.tsx | 2 +- .../app/components/pages/single-page-block.tsx | 18 +++++++++--------- apps/app/components/ui/context-menu.tsx | 12 ++++++++---- apps/app/components/ui/custom-menu.tsx | 16 +++++++++------- .../app/components/ui/custom-search-select.tsx | 8 ++++---- apps/app/components/ui/custom-select.tsx | 8 ++++---- .../app/components/ui/multi-level-dropdown.tsx | 10 +++++----- .../workspace-authorization-wrapper.tsx | 6 +++--- .../projects/[projectId]/issues/[issueId].tsx | 2 +- .../projects/[projectId]/pages/[pageId].tsx | 6 +++--- apps/app/styles/globals.css | 4 ++-- 18 files changed, 68 insertions(+), 60 deletions(-) diff --git a/apps/app/components/core/issues-view-filter.tsx b/apps/app/components/core/issues-view-filter.tsx index cda745a23..49bf5cf6b 100644 --- a/apps/app/components/core/issues-view-filter.tsx +++ b/apps/app/components/core/issues-view-filter.tsx @@ -57,8 +57,8 @@ export const IssuesFilterView: React.FC = () => {
@@ -71,7 +75,7 @@ const MenuItem: React.FC = ({ {renderAs === "a" ? ( <> {Icon && } @@ -82,7 +86,7 @@ const MenuItem: React.FC = ({ ) : ( diff --git a/apps/app/layouts/auth-layout/workspace-authorization-wrapper.tsx b/apps/app/layouts/auth-layout/workspace-authorization-wrapper.tsx index cd3766cf1..a1bfafa1c 100644 --- a/apps/app/layouts/auth-layout/workspace-authorization-wrapper.tsx +++ b/apps/app/layouts/auth-layout/workspace-authorization-wrapper.tsx @@ -70,7 +70,7 @@ export const WorkspaceAuthorizationLayout: React.FC = ({ if (!workspaceMemberMe && !error) return ( -
+

Loading your workspace...

@@ -83,7 +83,7 @@ export const WorkspaceAuthorizationLayout: React.FC = ({ // FIXME: show 404 for workspace not workspace member if (error?.status === 404) { return ( -
+

No such workspace exist. Create one?

); @@ -131,7 +131,7 @@ export const WorkspaceAuthorizationLayout: React.FC = ({ noPadding ? "" : settingsLayout || profilePage ? "p-8 lg:px-28" : "p-8" } ${ bg === "primary" - ? "bg-brand-base" + ? "bg-brand-surface-1" : bg === "secondary" ? "bg-brand-surface-1" : "bg-brand-base" diff --git a/apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx b/apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx index 3bdc2a878..5e1214fcc 100644 --- a/apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx +++ b/apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx @@ -142,7 +142,7 @@ const IssueDetailsPage: NextPage = () => {
{issueDetails?.parent && issueDetails.parent !== "" ? ( -
+
{ customButton={ @@ -375,7 +375,7 @@ const SinglePage: NextPage = () => { customButton={