From 120d06983d89b10fb6ea7d0227c64e3c61f34fa5 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:38:45 +0530 Subject: [PATCH] style: inbox (#1508) --- apps/app/components/inbox/filters-dropdown.tsx | 2 +- apps/app/components/inbox/inbox-issue-card.tsx | 4 ++-- apps/app/components/workspace/help-section.tsx | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/app/components/inbox/filters-dropdown.tsx b/apps/app/components/inbox/filters-dropdown.tsx index 1379b5885..3ca57d42d 100644 --- a/apps/app/components/inbox/filters-dropdown.tsx +++ b/apps/app/components/inbox/filters-dropdown.tsx @@ -41,7 +41,7 @@ export const FiltersDropdown: React.FC = () => { ...PRIORITIES.map((priority) => ({ id: priority === null ? "null" : priority, label: ( -