More fixes/patches
This commit is contained in:
parent
1f90ca2575
commit
c02ad19f2b
18 changed files with 582 additions and 239 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Reference in a new issue