Skip to content

Commit 03974dc

Browse files
committed
hidden the mocked children so they wont be visible
1 parent 6c5f8b2 commit 03974dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/hint/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ const styles = StyleSheet.create({
614614
elevation: 10
615615
},
616616
mockChildrenContainer: {
617-
position: 'absolute'
617+
position: 'absolute',
618+
opacity: 0
618619
},
619620
mockChildren: {
620621
margin: undefined,

0 commit comments

Comments
 (0)