From 4129c02ac42438a1b9b235e87ba3f4c01c60501c Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 10 Nov 2024 18:15:29 -0800 Subject: [PATCH] temp --- src/view/com/composer/photos/Gallery.tsx | 4 ++-- src/view/com/util/forms/Button.tsx | 1 + yarn.lock | 26 ++++++------------------ 3 files changed, 9 insertions(+), 22 deletions(-) diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index af784b4f6e..d1f0eda63c 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -124,7 +124,7 @@ type GalleryItemProps = { image: ComposerImage altTextControlStyle?: ViewStyle imageControlsStyle?: ViewStyle - imageStyle?: ViewStyle + imageStyle?: ImageStyle onChange: (next: ComposerImage) => void onRemove: () => void } @@ -221,7 +221,7 @@ const GalleryItem = ({