From df9472d04cb99e2dbaab3d19384d8cd2e7a06c97 Mon Sep 17 00:00:00 2001 From: ajaythapliyal Date: Sun, 26 Feb 2023 08:49:53 +0530 Subject: [PATCH] increases line height to center the text in input --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 3dc49f3..9a30c4a 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -48,7 +48,7 @@ export default function Conversation() {
{ if (e.key === 'Enter' && !e.shiftKey) { e.preventDefault();