Skip to content

Commit 78618b0

Browse files
author
Aji Kisworo Mukti
committed
Make WebView background white
1 parent 808efe6 commit 78618b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { StyleSheet } from 'react-native';
22

33
const HEADER = '#3b5998';
44
const BGWASH = 'rgba(255,255,255,0.8)';
5+
const BGWHITE = 'white'
56
const ELEMENT_MARGIN = 8;
67
const SHADOW_COLOR = '#333';
78
const SHADOW_OPACITY = 0.4;
@@ -29,7 +30,7 @@ export default StyleSheet.create({
2930
marginRight: ELEMENT_MARGIN,
3031
},
3132
webView: {
32-
backgroundColor: BGWASH,
33+
backgroundColor: BGWHITE,
3334
height: 350,
3435
},
3536
addressBarTextInput: {

0 commit comments

Comments
 (0)