From 4c29277acbca369b98176b883e2e5f7f2d1457c7 Mon Sep 17 00:00:00 2001 From: sharma01ketan Date: Thu, 10 Oct 2024 15:55:27 +0530 Subject: [PATCH] add missing background color --- .../sidebar/header/options/menu-option/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/workspace-notifications/sidebar/header/options/menu-option/root.tsx b/web/core/components/workspace-notifications/sidebar/header/options/menu-option/root.tsx index c603510cfcf..b719838b5a6 100644 --- a/web/core/components/workspace-notifications/sidebar/header/options/menu-option/root.tsx +++ b/web/core/components/workspace-notifications/sidebar/header/options/menu-option/root.tsx @@ -71,7 +71,7 @@ export const NotificationHeaderMenuOption = observer(() => { return ( item.key} panelClassName="p-0 py-2 rounded-md border border-custom-border-200 bg-custom-background-100 space-y-1" render={(item: TPopoverMenuOptions) => }