Add border to build details
This commit is contained in:
parent
73e58c3727
commit
92bebf11ac
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue