[Improvement] Chenge font-weight: 100 to font-weight:400
This commit is contained in:
@@ -38,7 +38,7 @@ export class ImgComponent extends Component<IImgComponentProps,IImgComponentStat
|
||||
height: '100px',
|
||||
position: 'relative',
|
||||
color: '#cacecd',
|
||||
fontWeight: 100
|
||||
fontWeight: 400
|
||||
},
|
||||
loadingContent: {
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user