From cd49445491cdf5507b67584fc3e3386236da01d0 Mon Sep 17 00:00:00 2001 From: Dasun Nimantha <72796127+dasunNimantha@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:29:31 +0530 Subject: [PATCH] style: changed scroll icon size via size attribute as suggested (#263) --- components/Chat/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index 74e1680..9e592e9 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -306,7 +306,7 @@ export const Chat: FC = memo( className="flex h-7 w-7 items-center justify-center rounded-full bg-white shadow-md hover:shadow-lg focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-[#515152d7]" onClick={handleScrollDown} > - + )}