Skip to content

Commit

Permalink
WIP: fix Stack stories
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Apr 3, 2020
1 parent 52f0c26 commit 7d3c4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Stack/Stack.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export const CustomGap = () => {
</Stack>
</>
);
};
};
2 changes: 1 addition & 1 deletion src/Switch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CustomCheckboxContainer, CustomCheckboxInput } from '@reach/checkbox';
import { MinervaProps, Box, systemProps } from '../layout';
import VisuallyHidden from '../VisuallyHidden';

const SwitchContainer = styled(Box) <SwitchProps>`
const SwitchContainer = styled(Box)<SwitchProps>`
position: relative;
display: inline-block;
vertical-align: middle;
Expand Down

0 comments on commit 7d3c4e2

Please sign in to comment.