added missing color specs
This commit is contained in:
parent
a93616b4d3
commit
00a64681f5
|
@ -86,13 +86,15 @@ const Styles = StyleSheet.create({
|
|||
modalHeader: {
|
||||
paddingTop: '7%',
|
||||
fontSize: 20,
|
||||
fontFamily: 'Inter'
|
||||
fontFamily: 'Inter',
|
||||
color: 'white'
|
||||
},
|
||||
modalPrompt: {
|
||||
paddingTop: '10%',
|
||||
fontSize: 16,
|
||||
fontFamily: 'Inter',
|
||||
paddingBottom: 30
|
||||
paddingBottom: 30,
|
||||
color: 'white'
|
||||
},
|
||||
modalIconContainer: {
|
||||
width: 80,
|
||||
|
|
Loading…
Reference in New Issue