Update Popover.tsx

This commit is contained in:
nikec 2023-01-25 02:02:00 +01:00
parent cd3b95bc3d
commit b4ebe9e3e9

View file

@ -12,8 +12,7 @@ export const Popover = ({ trigger, children, className, ...props }: Props) => {
<DP.Trigger asChild>{trigger}</DP.Trigger>
<DP.Portal>
<DP.Content
align="center"
sideOffset={4}
sideOffset={5}
collisionPadding={10}
className={clsx(
'rounded-lg text-sm text-ink select-none cursor-default bg-app-overlay border border-app-line shadow-2xl shadow-black/60',