Add border to build details

This commit is contained in:
Jake Howard 2016-02-24 18:10:26 +00:00
parent 73e58c3727
commit 92bebf11ac

View File

@ -25,7 +25,11 @@ const styles = StyleSheet.create({
flex: 0.74
},
buildCell: {
flex: 0.35
flex: 0.35,
paddingHorizontal: 6,
paddingVertical: 3,
borderLeftColor: GlobalStyles.get('CIRCLE_ITEM_BORDER'),
borderLeftWidth: 1
},
colourPanel: {
flex: 0.02