Skip to content

Commit 4832f10

Browse files
committed
fix: image gallery footer safe area view theme style order
1 parent e139a53 commit 4832f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const ImageGalleryFooterWithContext = <
181181
pointerEvents={'box-none'}
182182
style={styles.wrapper}
183183
>
184-
<ReanimatedSafeAreaView style={[container, { backgroundColor: white }, footerStyle]}>
184+
<ReanimatedSafeAreaView style={[{ backgroundColor: white }, footerStyle, container]}>
185185
{photo.type === FileTypes.Video ? (
186186
videoControlElement ? (
187187
videoControlElement({ duration, onPlayPause, paused, progress, videoRef })

0 commit comments

Comments
 (0)