From b744dffefda47e4039f5abf461f356a974e08158 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Aug 2024 19:44:57 +0530 Subject: [PATCH] Align voice message button with send chat message button style --- .../app/components/chatInputArea/chatInputArea.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 73034abd..6866f8b7 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -397,14 +397,14 @@ export default function ChatInputArea(props: ChatInputProps) { @@ -421,15 +421,15 @@ export default function ChatInputArea(props: ChatInputProps) { @@ -440,7 +440,7 @@ export default function ChatInputArea(props: ChatInputProps) { ) }