소스 검색

1.替换字体大小

zhangmengjie 5 년 전
부모
커밋
dc5b7832ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/components/CourseTitle.js

+ 1 - 1
pages/components/CourseTitle.js

@@ -68,7 +68,7 @@ export default class CourseTitle extends Component<Props> {
             <Text
               style={{
                 width: "100%",
-                fontSize: 20,
+                fontSize: 16,
                 fontWeight: "bold",
                 color: this.props.textcolor,
                 textAlign: "center"