Explorar el Código

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

wudebin hace 9 meses
padre
commit
ca8a6bf005
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
   }
 })