Adjust base component styles

This commit is contained in:
jeffvli 2022-12-22 01:59:02 -08:00
parent 57c34637cf
commit a4584ecd5c
4 changed files with 8 additions and 5 deletions

View file

@ -27,6 +27,7 @@ export const Popover = ({ children, ...props }: PopoverProps) => {
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 50%))',
},
}}
transition="scale"
{...props}
>
{children}