Skip to content

Commit 4157f37

Browse files
add missing background color (#5789)
1 parent d7c5645 commit 4157f37

File tree

1 file changed

+1
-1
lines changed
  • web/core/components/workspace-notifications/sidebar/header/options/menu-option

1 file changed

+1
-1
lines changed

web/core/components/workspace-notifications/sidebar/header/options/menu-option/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const NotificationHeaderMenuOption = observer(() => {
7171
return (
7272
<PopoverMenu
7373
data={popoverMenuOptions}
74-
buttonClassName="flex-shrink-0 w-5 h-5 flex justify-center items-center overflow-hidden cursor-pointer transition-all hover:bg-custom-background-80 rounded-sm outline-none"
74+
buttonClassName="flex-shrink-0 w-5 h-5 flex justify-center items-center overflow-hidden cursor-pointer transition-all hover:bg-custom-background-80 bg-custom-background-100 rounded-sm outline-none"
7575
keyExtractor={(item: TPopoverMenuOptions) => item.key}
7676
panelClassName="p-0 py-2 rounded-md border border-custom-border-200 bg-custom-background-100 space-y-1"
7777
render={(item: TPopoverMenuOptions) => <NotificationMenuOptionItem {...item} />}

0 commit comments

Comments
 (0)