Skip to content

Commit cfce800

Browse files
committed
fix: audio attachment upload preview width on message input
1 parent fda2103 commit cfce800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/MessageInput/components/AttachmentPreview/AudioAttachmentUploadPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const useStyles = () => {
109109
borderRadius: primitives.radiusLg,
110110
borderColor: semantics.borderCoreDefault,
111111
borderWidth: 1,
112-
maxWidth: 256, // TODO: Fix this
112+
width: 274, // TODO: Fix this
113113
},
114114
}),
115115
[semantics.borderCoreDefault],

0 commit comments

Comments
 (0)