Adjust modal display with new react-navigation look

This commit is contained in:
Lei Nelissen
2022-01-01 14:09:52 +01:00
parent 9668ba9c7c
commit 93c9ba7498
3 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ function generateStyles(scheme: ColorSchemeName) {
backgroundColor: scheme === 'dark' ? '#333' : '#ddd',
},
modal: {
backgroundColor: scheme === 'dark' ? '#222222ee' : '#eeeeeeee',
backgroundColor: scheme === 'dark' ? '#22222200' : '#eeeeee00',
},
modalInner: {
backgroundColor: scheme === 'dark' ? '#000' : '#fff',