From ff2726fd2fcf53a9fd2beac967f4c92c78d390bf Mon Sep 17 00:00:00 2001 From: SujalXplores Date: Fri, 13 Dec 2024 22:47:57 +0530 Subject: [PATCH] fix: adjust intro section margin and textarea outline style in BaseChat component --- app/commit.json | 2 +- app/components/chat/BaseChat.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/commit.json b/app/commit.json index bb97583..16937fb 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "5f3405151043b3c32da7acc6353247a5508969b3" } +{ "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" } diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index a77932c..13382ba 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -283,7 +283,7 @@ export const BaseChat = React.forwardRef(
{!chatStarted && ( -
+

Where ideas begin

@@ -384,7 +384,7 @@ export const BaseChat = React.forwardRef(