Pull search bar changes from muted-dark-mode

This commit is contained in:
Marquis Kurt 2019-05-17 10:37:01 -04:00
parent 00a65f13bc
commit 5a753d33c8
1 changed files with 1 additions and 1 deletions

View File

@ -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,