From 5a753d33c8bc3a2b4190391ef69a342bf0185a7d Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Fri, 17 May 2019 10:37:01 -0400 Subject: [PATCH] Pull search bar changes from muted-dark-mode --- src/components/AppLayout/AppLayout.styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppLayout/AppLayout.styles.tsx b/src/components/AppLayout/AppLayout.styles.tsx index cfb2a39..28a8fc7 100644 --- a/src/components/AppLayout/AppLayout.styles.tsx +++ b/src/components/AppLayout/AppLayout.styles.tsx @@ -59,7 +59,7 @@ export const styles = (theme: Theme) => createStyles({ backgroundColor: fade(theme.palette.common.white, 0.25) }, width: '100%', - marginLeft: theme.spacing.unit, + marginLeft: 0, marginRight: theme.spacing.unit, [theme.breakpoints.up('md')]: { marginLeft: theme.spacing.unit * 6,