1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 00:56:00 +07:00

refactor: update all reusable fontWeights

This commit is contained in:
Griffithtp
2019-08-08 22:08:37 +01:00
parent 4a526c92bb
commit d44cc7f662
6 changed files with 12 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
import styled from 'react-emotion';
import Typography from '@material-ui/core/Typography';
import { default as MuiListItemText } from '@material-ui/core/ListItemText';
import { fontWeight } from '../../utils/styles/sizes';
export const Heading = styled(Typography)({
'&&': {
fontWeight: 700,
fontWeight: fontWeight.bold,
},
});