Fix CompanyBoardCard height (#2301)
* fix view-fields seeds * closeDate was duplicated * fix CompanyBoardCard height
This commit is contained in:
@ -30,7 +30,7 @@ export const AnimatedEaseInOut = ({
|
|||||||
height: 0,
|
height: 0,
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
}}
|
}}
|
||||||
animate={{ height: 100, opacity: 1 }}
|
animate={{ height: 'fit-content', opacity: 1 }}
|
||||||
exit={{ height: 0, opacity: 0, marginBottom: 0, marginTop: 0 }}
|
exit={{ height: 0, opacity: 0, marginBottom: 0, marginTop: 0 }}
|
||||||
transition={{
|
transition={{
|
||||||
duration: theme.animation.duration[duration],
|
duration: theme.animation.duration[duration],
|
||||||
|
|||||||
Reference in New Issue
Block a user