Commit d9b15988 by nguyenquangtung004

TODO: Đã fix thành công margin trên

parent fd33b466
...@@ -12,7 +12,7 @@ const styles = StyleSheet.create({ ...@@ -12,7 +12,7 @@ const styles = StyleSheet.create({
minWidth:Platform.OS === 'ios' ? 70 : 80, minWidth:Platform.OS === 'ios' ? 70 : 80,
backgroundColor:R.colors.grayButton, backgroundColor:R.colors.grayButton,
borderRadius:10, borderRadius:10,
marginRight:Platform.OS === 'ios' ? 10 : 15, marginRight:Platform.OS === 'ios' ? 23 : 15,
alignItems:'center', alignItems:'center',
justifyContent:'center', justifyContent:'center',
}, },
......
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