vbea пре 1 година
родитељ
комит
16f719dd33

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

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

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

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