Przeglądaj źródła

1.替换字体大小

zhangmengjie 5 lat temu
rodzic
commit
dc5b7832ca
1 zmienionych plików z 1 dodań i 1 usunięć
  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"