vbea hace 2 años
padre
commit
fd0a5b6e8b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Strides-APP/app/pages/chargeV2/TabReserve.js

+ 1 - 2
Strides-APP/app/pages/chargeV2/TabReserve.js

@@ -511,8 +511,6 @@ const styles = StyleSheet.create({
     fontWeight: 'bold'
   },
   cancelView: {
-    flexDirection: 'row',
-    justifyContent: 'center',
     paddingTop: 8,
     paddingBottom: 8
   },
@@ -521,6 +519,7 @@ const styles = StyleSheet.create({
     backgroundColor: '#ED4A4A'
   },
   cancelButtonView: {
+    flex: 1,
     height: 48,
     paddingLeft: 16,
     paddingRight: 16,