diff --git a/apps/mobile/src/components/MergeEditor/index.js b/apps/mobile/src/components/MergeEditor/index.js index d9ce61df0..82782e4e4 100644 --- a/apps/mobile/src/components/MergeEditor/index.js +++ b/apps/mobile/src/components/MergeEditor/index.js @@ -317,7 +317,7 @@ const MergeEditor = () => { visible={true}> @@ -371,6 +371,7 @@ const MergeEditor = () => { }} onPress={close} size={SIZE.xxl} + color={colors.pri} name="arrow-left" /> { @@ -463,6 +465,7 @@ const MergeEditor = () => { { style={{ width: '100%', height: '100%', + backgroundColor:'transparent' }} injectedJavaScript={Platform.OS === 'ios' ? injectedJS : null} onShouldStartLoadWithRequest={_onShouldStartLoadWithRequest} @@ -552,6 +556,7 @@ const MergeEditor = () => { @@ -611,6 +616,7 @@ const MergeEditor = () => { style={{ width: '100%', height: '100%', + backgroundColor:'transparent' }} injectedJavaScript={Platform.OS === 'ios' ? injectedJS : null} onShouldStartLoadWithRequest={_onShouldStartLoadWithRequest}