zhangmengjie 5 лет назад
Родитель
Сommit
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"