More fixes/patches

This commit is contained in:
Ryan McGrath 2018-04-11 23:16:10 -04:00
parent 1f90ca2575
commit c02ad19f2b
No known key found for this signature in database
GPG key ID: 811674B62B666830
18 changed files with 582 additions and 239 deletions

View file

@ -108,6 +108,19 @@ const stylesheet = StyleSheet.create({
flex: 1,
backgroundColor: iconColor,
padding: 10,
},
eventsErrorTextHeader: {
textAlign: 'center',
color: textColor,
fontWeight: 'bold',
fontSize: 16
},
eventsErrorText: {
textAlign: 'center',
marginTop: 5,
color: textColor
}
});