Skip to content

Commit

Permalink
fix: darken modal background
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Aug 27, 2023
1 parent 20d7600 commit 394fbee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View
Expand Down Expand Up @@ -155,7 +155,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand All @@ -176,7 +176,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand Down Expand Up @@ -262,7 +262,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand Down Expand Up @@ -317,7 +317,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand Down Expand Up @@ -345,7 +345,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand All @@ -366,7 +366,7 @@ export class Modals extends React.Component {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height,
position: 'absolute',
backgroundColor: '#00000000',
backgroundColor: '#00000066',
}}
/>
<View style={styles.sheetBackground}>
Expand Down

0 comments on commit 394fbee

Please sign in to comment.