Apply background style for Android as well (#4329)

Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
Mattermost Build 2020-05-22 17:49:50 +02:00 committed by GitHub
parent 7a0bf1dc77
commit 4abb483f2c
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,
},
});