move background debugging

This commit is contained in:
Roland Osborne 2023-10-06 13:08:03 -07:00
parent c9c01041bf
commit afcde011e9

View File

@ -115,7 +115,8 @@ export const styles = StyleSheet.create({
blur: {
width: '100%',
height: '100%',
backgroundColor: Colors.modalOverlay,
backgroundColor: '#333333',
opacity: 0.8,
},
});