File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 } /> }
You can’t perform that action at this time.
0 commit comments