From 7d3c4e274e4d5157ad0528e9fe3bd43200b9fb2e Mon Sep 17 00:00:00 2001 From: Matt Wood Date: Fri, 3 Apr 2020 10:33:20 -0500 Subject: [PATCH] WIP: fix Stack stories --- src/Stack/Stack.stories.tsx | 2 +- src/Switch/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Stack/Stack.stories.tsx b/src/Stack/Stack.stories.tsx index 326c65b4..82a182c6 100644 --- a/src/Stack/Stack.stories.tsx +++ b/src/Stack/Stack.stories.tsx @@ -64,4 +64,4 @@ export const CustomGap = () => { ); -}; \ No newline at end of file +}; diff --git a/src/Switch/index.tsx b/src/Switch/index.tsx index fb135199..5f492647 100644 --- a/src/Switch/index.tsx +++ b/src/Switch/index.tsx @@ -4,7 +4,7 @@ import { CustomCheckboxContainer, CustomCheckboxInput } from '@reach/checkbox'; import { MinervaProps, Box, systemProps } from '../layout'; import VisuallyHidden from '../VisuallyHidden'; -const SwitchContainer = styled(Box) ` +const SwitchContainer = styled(Box)` position: relative; display: inline-block; vertical-align: middle;