소스 검색

update app/pages/home/maps/PinMessage.js

wudebin 9 달 전
부모
커밋
ca8a6bf005
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Strides-APP/app/pages/home/maps/PinMessage.js

+ 2 - 1
Strides-APP/app/pages/home/maps/PinMessage.js

@@ -154,6 +154,7 @@ const styles = StyleSheet.create({
     color: textPrimary,
     padding: 16,
     fontSize: 16,
-    fontWeight: "bold"
+    fontWeight: "bold",
+    marginRight: 16
   }
 })