Commit 04b00af1 authored by Trisno's avatar Trisno

update order confirmation

parent 934bb4d3
...@@ -256,8 +256,8 @@ class MenuConfirmation extends React.Component { ...@@ -256,8 +256,8 @@ class MenuConfirmation extends React.Component {
return ( return (
<View style={{ margin: 0 }} key={index} > <View style={{ margin: 0 }} key={index} >
<View style={{ flex: 1, margin: 10, flexDirection: 'row', justifyContent: 'space-around' }}> <View style={{ flex: 1, margin: 10, flexDirection: 'row', justifyContent: 'space-around' }}>
<View style={{ flex: 0.1, alignItems: 'center', justifyContent:'center', alignItems:'center', marginLeft:10 }}> <View style={{ flex: 0.1, alignItems: 'center', justifyContent:'center', alignItems:'center', marginLeft:18 }}>
<Text style={{ fontSize: 12, fontFamily: 'Gotham-Light', color:'#838383' }}>{item.quantity}</Text> <Text style={{ fontSize: 20, fontFamily: 'Gotham-Light', color:'#838383' }}>{item.quantity}</Text>
</View> </View>
<View style={{ flex: 0.2, alignItems: 'center'}}> <View style={{ flex: 0.2, alignItems: 'center'}}>
<Image source={{ uri: item.image }} style={{ height: 50, width: 50, borderRadius: 5}}></Image> <Image source={{ uri: item.image }} style={{ height: 50, width: 50, borderRadius: 5}}></Image>
...@@ -359,7 +359,7 @@ class MenuConfirmation extends React.Component { ...@@ -359,7 +359,7 @@ class MenuConfirmation extends React.Component {
</View> </View>
) )
} }
<View style={{ marginVertical:10, marginHorizontal:7, paddingHorizontal:10, flexDirection: 'row', justifyContent: 'space-between', flex: 1 }}> <View style={{ marginVertical:10, marginHorizontal:9, paddingHorizontal:10, flexDirection: 'row', justifyContent: 'space-between', flex: 1 }}>
<View style={{ flex: 0.6 }}> <View style={{ flex: 0.6 }}>
<Text style={{ fontSize: 20, fontFamily: 'Gotham-Black', color: '#CFB368' }}>Total</Text> <Text style={{ fontSize: 20, fontFamily: 'Gotham-Black', color: '#CFB368' }}>Total</Text>
</View> </View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment