From a7aa78a349c2c72a1f3cad13bb5563839af612d8 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:47:41 +0530 Subject: [PATCH] chore: high contrast theming (#1559) * fix: archived issues empty state * chore: update high contrast theme colors --- apps/app/components/core/issues-view.tsx | 2 +- apps/app/styles/globals.css | 48 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/apps/app/components/core/issues-view.tsx b/apps/app/components/core/issues-view.tsx index 12c9cd0b8..4754a88e1 100644 --- a/apps/app/components/core/issues-view.tsx +++ b/apps/app/components/core/issues-view.tsx @@ -578,7 +578,7 @@ export const IssuesView: React.FC = ({ issueView === "gantt_chart" && )} - ) : router.query.view === "archived-issues" ? ( + ) : router.pathname.includes("archived-issues") ? (