Skip to content

Commit 3175591

Browse files
committed
fix: make gradientWrapper fill parent
1 parent 54ab1ea commit 3175591

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Shimmer.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,5 @@ const styles = StyleSheet.create({
5656
height: '100%',
5757
width: '100%',
5858
},
59-
gradientWrapper: {
60-
overflow: 'hidden',
61-
position: 'relative',
62-
width: 100,
63-
height: 100,
64-
},
59+
gradientWrapper: StyleSheet.absoluteFillObject,
6560
});

0 commit comments

Comments
 (0)