From c819c6c6b6a872ac793b885ceb70ad3bef95cd5c Mon Sep 17 00:00:00 2001 From: chuhingyee Date: Sun, 27 Mar 2022 11:14:59 +0800 Subject: [PATCH] fix(webview): fix the wrap show unnormal when in some backgroundColor --- packages/webview/src/components/RNWebChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webview/src/components/RNWebChart.tsx b/packages/webview/src/components/RNWebChart.tsx index e0e2a83..9848922 100644 --- a/packages/webview/src/components/RNWebChart.tsx +++ b/packages/webview/src/components/RNWebChart.tsx @@ -80,7 +80,7 @@ const styles = StyleSheet.create({ left: 0, right: 0, bottom: 0, - backgroundColor: '#fff', + backgroundColor: 'transparent', zIndex: 2, alignItems: 'center', justifyContent: 'center',