Skip to content

Commit

Permalink
fix transparent background (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera authored Jan 6, 2021
1 parent 49a9d9e commit 7ea4242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const SimpleScaleButton = ({
style={{ overflow: 'visible' }}
transformOrigin={transformOrigin}
>
<View>
<View style={{ backgroundColor: 'transparent' }}>
<View
style={{
padding: overflowMargin,
Expand Down

0 comments on commit 7ea4242

Please sign in to comment.