We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2aa69 commit 7b32f34Copy full SHA for 7b32f34
package/src/components/MessageInput/ImageUploadPreview.tsx
@@ -91,21 +91,7 @@ export const ImageUploadPreview = (props: ImageUploadPreviewProps) => {
91
};
92
93
const styles = StyleSheet.create({
94
- fileSizeText: {
95
- fontSize: 12,
96
- paddingHorizontal: 10,
97
- },
98
flatList: { paddingBottom: 12 },
99
- itemContainer: {
100
- flexDirection: 'row',
101
- height: IMAGE_PREVIEW_SIZE,
102
- marginLeft: 8,
103
104
- upload: {
105
- borderRadius: 10,
106
107
- width: IMAGE_PREVIEW_SIZE,
108
109
});
110
111
ImageUploadPreview.displayName = 'ImageUploadPreview{messageInput{imageUploadPreview}}';
0 commit comments