Skip to content

Commit d9bc006

Browse files
committed
fix: remove unwanted styles
1 parent 96e4cc2 commit d9bc006

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package/src/components/ImageGallery/ImageGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export const ImageGallery = (props: Props) => {
528528
<Animated.View
529529
accessibilityLabel='Image Gallery'
530530
pointerEvents={'auto'}
531-
style={[StyleSheet.absoluteFillObject, showScreenStyle, { paddingVertical: 30 }]}
531+
style={[StyleSheet.absoluteFillObject, showScreenStyle]}
532532
>
533533
<Animated.View style={[StyleSheet.absoluteFillObject, containerBackground]} />
534534
<GestureDetector gesture={Gesture.Simultaneous(singleTap, doubleTap, pinch, pan)}>

package/src/components/ImageGallery/components/ImageGalleryFooter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ const styles = StyleSheet.create({
328328
marginRight: 8,
329329
},
330330
wrapper: {
331-
bottom: 30,
332331
left: 0,
333332
position: 'absolute',
334333
right: 0,

0 commit comments

Comments
 (0)