update popover/dropdown bg styles

This commit is contained in:
jeffvli
2025-10-08 21:38:06 -07:00
parent 3b4a667f61
commit 53daa90bff
3 changed files with 8 additions and 6 deletions
@@ -13,10 +13,12 @@ export interface PopoverProps extends MantinePopoverProps {}
export const Popover = ({ children, ...props }: PopoverProps) => {
return (
<MantinePopover
arrowSize={10}
classNames={{
dropdown: styles.dropdown,
}}
transitionProps={{ transition: 'fade' }}
withArrow
withinPortal
{...props}
>