mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Change dropdown transitions back to fade
This commit is contained in:
parent
d0aba6e16e
commit
14453a8524
2 changed files with 4 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ export const Popover = ({ children, ...props }: PopoverProps) => {
|
|||
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 50%))',
|
||||
},
|
||||
}}
|
||||
transitionProps={{ transition: 'pop' }}
|
||||
transitionProps={{ transition: 'fade' }}
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue