Skip to content

Commit 65c58a4

Browse files
committed
Add fixed height
1 parent 2910c51 commit 65c58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/styleguide/src/lib/Atoms/Animations/FadeInSlideOut/FadeInSlideOut.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const Default: React.FC = () => {
2020
{isVisible ? 'Thanks!' : 'Click me.'}
2121
</FillButton>
2222
</Box>
23-
<Box mt={8}>
23+
<Box mt={8} height="50px">
2424
<AnimatePresence>
2525
{isVisible && (
2626
<FadeInSlideOut>

0 commit comments

Comments
 (0)