Apply background style for Android as well (#4329)
Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
parent
7a0bf1dc77
commit
4abb483f2c
3 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue