소스 검색

1.修改字体大小

zhangmengjie 5 년 전
부모
커밋
1257731ea3
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      pages/components/BirthdayModal.js
  2. 2 2
      pages/components/RegionModal.js

+ 2 - 2
pages/components/BirthdayModal.js

@@ -506,7 +506,7 @@ export default class BirthdayModal extends Component<Props> {
 const styles = StyleSheet.create({
   item_text: {
     color: "rgba(77, 77, 77, 1)",
-    fontSize: 20,
+    fontSize: 18,
     justifyContent: "center",
     alignItems: "center",
     marginTop: 20,
@@ -516,7 +516,7 @@ const styles = StyleSheet.create({
   },
   item_text_click: {
     color: "rgba(59, 149, 243, 1)",
-    fontSize: 20,
+    fontSize: 18,
     justifyContent: "center",
     alignItems: "center",
     marginTop: 20,

+ 2 - 2
pages/components/RegionModal.js

@@ -333,7 +333,7 @@ export default class RegionModal extends Component<Props> {
 const styles = StyleSheet.create({
   item_text: {
     color: "rgba(77, 77, 77, 1)",
-    fontSize: 20,
+    fontSize: 18,
     justifyContent: "center",
     alignItems: "center",
     marginTop: 20,
@@ -343,7 +343,7 @@ const styles = StyleSheet.create({
   },
   item_text_click: {
     color: "rgba(59, 149, 243, 1)",
-    fontSize: 20,
+    fontSize: 18,
     justifyContent: "center",
     alignItems: "center",
     marginTop: 20,