Skip to content

Commit 7b32f34

Browse files
committed
fix: remove redundant styles from image upload preview
1 parent 3c2aa69 commit 7b32f34

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

package/src/components/MessageInput/ImageUploadPreview.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,7 @@ export const ImageUploadPreview = (props: ImageUploadPreviewProps) => {
9191
};
9292

9393
const styles = StyleSheet.create({
94-
fileSizeText: {
95-
fontSize: 12,
96-
paddingHorizontal: 10,
97-
},
9894
flatList: { paddingBottom: 12 },
99-
itemContainer: {
100-
flexDirection: 'row',
101-
height: IMAGE_PREVIEW_SIZE,
102-
marginLeft: 8,
103-
},
104-
upload: {
105-
borderRadius: 10,
106-
height: IMAGE_PREVIEW_SIZE,
107-
width: IMAGE_PREVIEW_SIZE,
108-
},
10995
});
11096

11197
ImageUploadPreview.displayName = 'ImageUploadPreview{messageInput{imageUploadPreview}}';

0 commit comments

Comments
 (0)