Skip to content

Commit

Permalink
Add border radius to uploaded image display
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Oct 25, 2024
1 parent d510cda commit 49a4eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat-widget/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const MessageGroups: FC<{
return (
<img
key={uploadId}
style={{ width: "100%" }}
style={{ width: "100%", borderRadius: "10px" }}
src={URL.createObjectURL(file)}
role="presentation"
/>
Expand Down

0 comments on commit 49a4eff

Please sign in to comment.