Fix CompanyBoardCard height (#2301)

* fix view-fields seeds

* closeDate was duplicated

* fix CompanyBoardCard height
This commit is contained in:
bosiraphael
2023-10-31 16:38:23 +01:00
committed by GitHub
parent 2abcd97c92
commit f9920d2f24

View File

@ -30,7 +30,7 @@ export const AnimatedEaseInOut = ({
height: 0,
opacity: 0,
}}
animate={{ height: 100, opacity: 1 }}
animate={{ height: 'fit-content', opacity: 1 }}
exit={{ height: 0, opacity: 0, marginBottom: 0, marginTop: 0 }}
transition={{
duration: theme.animation.duration[duration],