Stylistic fixes, etc

This commit is contained in:
Ryan McGrath 2018-04-16 14:57:28 -04:00
parent c02ad19f2b
commit 2554789f5f
No known key found for this signature in database
GPG key ID: 811674B62B666830
10 changed files with 283 additions and 108 deletions

View file

@ -121,6 +121,37 @@ const stylesheet = StyleSheet.create({
textAlign: 'center',
marginTop: 5,
color: textColor
},
bracketTitle: {
fontWeight: 'bold',
padding: 5,
textAlign: 'center',
color: textColor
},
matchWrapper: {
backgroundColor: '#3b3b48',
borderColor: '#0e0e12',
borderWidth: 0.5,
borderRadius: 4,
marginBottom: 20,
overflow: 'hidden'
},
matchEntrant: {
flexDirection: 'row',
justifyContent: 'space-between'
},
matchEntrantText: {
color: '#dbdbde',
padding: 5
},
matchSeparator: {
borderTopWidth: 0.5,
borderTopColor: '#2a2a33'
}
});