vbea 1 ano atrás
pai
commit
2a77595bde

+ 1 - 1
Strides-APP/app/pages/alert/ViewArticle.js

@@ -251,7 +251,7 @@ const styles = StyleSheet.create({
     width: 48,
     height: 48,
     zIndex: 2,
-    marginLeft: 4,
+    marginLeft: isIOS ? 0 : 2,
     alignItems: 'center',
     justifyContent: 'center'
   },

+ 1 - 1
Strides-APP/app/pages/alert/ViewCampaign.js

@@ -280,7 +280,7 @@ const styles = StyleSheet.create({
     width: 48,
     height: 48,
     zIndex: 2,
-    marginLeft: 4,
+    marginLeft: isIOS ? 0 : 2,
     alignItems: 'center',
     justifyContent: 'center'
   },