forked from sombochea/verdaccio-ui
refactor: update all reusable fontWeights
This commit is contained in:
@@ -5,10 +5,11 @@ import Typography from '@material-ui/core/Typography';
|
||||
|
||||
import Github from '../../icons/GitHub';
|
||||
import colors from '../../utils/styles/colors';
|
||||
import { fontWeight } from '../../utils/styles/sizes';
|
||||
|
||||
export const Heading = styled(Typography)({
|
||||
'&&': {
|
||||
fontWeight: 700,
|
||||
fontWeight: fontWeight.bold,
|
||||
textTransform: 'capitalize',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user