From eaf0e5b2414e39c199656a0e1f76cb1bff79c6b6 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sun, 17 Nov 2024 12:29:41 +0530 Subject: [PATCH] feat(NewChat): improve button styles and layout - Update the styles and layout of the "New Chat" and dropdown buttons in the NewChat component - Rounded the buttons to match the design - Adjusted the spacing and alignment of the button elements - Ensured consistent styling between light and dark modes --- src/components/Layouts/NewChat.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Layouts/NewChat.tsx b/src/components/Layouts/NewChat.tsx index e20681a..fa8cab8 100644 --- a/src/components/Layouts/NewChat.tsx +++ b/src/components/Layouts/NewChat.tsx @@ -43,15 +43,15 @@ export const NewChat: React.FC = ({ clearChat }) => {
-
) -} +} \ No newline at end of file