Skip to content

Commit 21589ea

Browse files
committed
fix: improve upload preview components
1 parent 5be9ded commit 21589ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Attachment/AudioAttachment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export const AudioAttachment = (props: AudioAttachmentProps) => {
263263
},
264264
colors: { accent_blue, black, grey_dark, grey_whisper, static_black, static_white, white },
265265
messageInput: {
266-
fileUploadPreview: { filenameText },
266+
fileAttachmentUploadPreview: { filenameText },
267267
},
268268
},
269269
} = useTheme();

0 commit comments

Comments
 (0)