Skip to content

Commit e43478d

Browse files
committed
fix alphabetical props
1 parent 65c58a4 commit e43478d

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} height="50px">
23+
<Box height="50px" mt={8}>
2424
<AnimatePresence>
2525
{isVisible && (
2626
<FadeInSlideOut>

0 commit comments

Comments
 (0)