[Improvement] Chenge font-weight: 100 to font-weight:400

This commit is contained in:
Qolzam
2018-02-07 19:41:14 +07:00
parent 83ceef1230
commit c0de49f7e4
17 changed files with 31 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ export class ImgComponent extends Component<IImgComponentProps,IImgComponentStat
height: '100px',
position: 'relative',
color: '#cacecd',
fontWeight: 100
fontWeight: 400
},
loadingContent: {
display: 'flex',