0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00

refactor: refactor styles

This commit is contained in:
Priscila Oliveira 2019-01-20 13:33:28 +01:00
parent 6c3276926e
commit 108936a6e4

View file

@ -3,7 +3,9 @@ import Typography from '@material-ui/core/Typography';
import { default as MuiListItemText } from '@material-ui/core/ListItemText';
export const Heading = styled(Typography)`
&& {
font-weight: 700;
}
`;
export const Spacer = styled('div')`