Skip to content

Commit

Permalink
fix(webview): fix the wrap show unnormal when in some backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhingyee committed Mar 27, 2022
1 parent 0c4f3df commit c819c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webview/src/components/RNWebChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const styles = StyleSheet.create({
left: 0,
right: 0,
bottom: 0,
backgroundColor: '#fff',
backgroundColor: 'transparent',
zIndex: 2,
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit c819c6c

Please sign in to comment.