Skip to content

Commit

Permalink
removed frame around message
Browse files Browse the repository at this point in the history
  • Loading branch information
insulationman committed Mar 7, 2024
1 parent 104de19 commit 54839f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MessageBox = memo((props: MessageBoxProps) => {
});

return (
<div className="p-4 border-2 border-gray-200 rounded-lg mb-4 flex gap-2 ">
<div className="mb-4 flex gap-2 ">
<img
src={isChatGbg ? ChatGBG : CircleDashed}
alt="chat person icon"
Expand Down

0 comments on commit 54839f1

Please sign in to comment.