Apply background style for Android as well (#4326)

This commit is contained in:
Miguel Alatzar 2020-05-22 08:35:37 -07:00 committed by GitHub
parent 12a913b499
commit 6053c7fe42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -110,7 +110,7 @@ export default class OptionsModal extends PureComponent {
const style = StyleSheet.create({
wrapper: {
backgroundColor: Platform.select({ios: 'rgba(0, 0, 0, 0.5)'}),
backgroundColor: 'rgba(0, 0, 0, 0.5)',
flex: 1,
},
});