refactor(joyent-ui-toolkit): remove Header redundant properties

This commit is contained in:
Sérgio Ramos 2017-06-07 10:32:06 +01:00 committed by Judit Greskovits
parent f17fae6a74
commit 4ca5fc4f3b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ const Box = styled.div`
`;
export default ({ children, ...rest }) => (
<Box xs={6} sm={6} md={6} start {...rest}>
<Box {...rest}>
<Brand>
{children}
</Brand>

View File

@ -24,7 +24,7 @@ const Box = styled.div`
`;
export default ({ children, ...rest }) => (
<Box xs={3} sm={2} md={2} end {...rest}>
<Box {...rest}>
<Text>
{children}
</Text>