👌 remove gap between header and search bar

This commit is contained in:
ghalestrilo 2020-08-11 16:45:32 -03:00
parent 35716b108a
commit 222b6d8c62
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ import { remSize } from '../../theme';
export default styled.div`
/* Dashboard Styles */
z-index: 0;
margin-top: ${props => remSize(props.slimheader ? 50 : 68)};
margin-top: ${props => remSize(props.slimheader ? 49 : 68)};
`;