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:
parent
6c3276926e
commit
108936a6e4
1 changed files with 2 additions and 0 deletions
|
@ -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')`
|
||||
|
|
Loading…
Reference in a new issue