Update side offset for Popover

This commit is contained in:
Justin Edmund 2023-06-05 21:00:43 -07:00
parent 42cc3b4f92
commit f85e3ac85e

View file

@ -90,7 +90,7 @@ const Popover = React.forwardRef<HTMLDivElement, Props>(function Popover(
</PopoverPrimitive.Trigger> </PopoverPrimitive.Trigger>
<PopoverPrimitive.Content <PopoverPrimitive.Content
className={classNames({ Popover: true }, props.className)} className={classNames({ Popover: true }, props.className)}
sideOffset={8} sideOffset={6}
ref={forwardedRef} ref={forwardedRef}
> >
{children} {children}