From 4157f3750b400814f5643913beb69a3b1c48ac50 Mon Sep 17 00:00:00 2001 From: Ketan Sharma Date: Thu, 24 Oct 2024 14:46:56 +0530 Subject: [PATCH] add missing background color (#5789) --- .../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 c603510cf..b719838b5 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) => }