From 2fa42a4a46c7ceb5ec4dc861d4d973eef2db4e72 Mon Sep 17 00:00:00 2001 From: Asim Shrestha Date: Sat, 8 Apr 2023 16:51:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Adjust=20margins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatWindow.tsx | 4 ++-- src/pages/index.tsx | 2 +- tailwind.config.cjs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ChatWindow.tsx b/src/components/ChatWindow.tsx index b6adb3b..068fc4d 100644 --- a/src/components/ChatWindow.tsx +++ b/src/components/ChatWindow.tsx @@ -47,7 +47,7 @@ const ChatWindow = ({ messages, children, className }: ChatWindowProps) => { >
@@ -86,7 +86,7 @@ const MacWindowHeader = () => { const ChatMessage = ({ message }: { message: Message }) => { return ( -
+
{getMessageIcon(message)}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6bc5bac..3527e55 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -50,7 +50,7 @@ const Home: NextPage = () => { setShowModal(true)} />