From d743ec2f1fd32cd58b4849cca62ed5d9a20c1dc3 Mon Sep 17 00:00:00 2001 From: Derikyan Date: Wed, 2 Oct 2024 14:20:43 +0400 Subject: [PATCH] fix(chat): fix attachment type font size (Issue #2250) --- apps/chat/src/components/Common/MultipleComboBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat/src/components/Common/MultipleComboBox.tsx b/apps/chat/src/components/Common/MultipleComboBox.tsx index 524c25830..60602e0c2 100644 --- a/apps/chat/src/components/Common/MultipleComboBox.tsx +++ b/apps/chat/src/components/Common/MultipleComboBox.tsx @@ -302,7 +302,7 @@ export function MultipleComboBox({ disabled={disabled} placeholder={selectedItems.length ? '' : placeholder || ''} className={classNames( - 'w-full min-w-[10px] overflow-auto whitespace-break-spaces break-words bg-transparent text-xs outline-none placeholder:text-secondary', + 'w-full min-w-[10px] overflow-auto whitespace-break-spaces break-words bg-transparent text-sm outline-none placeholder:text-secondary', selectedItems.length ? 'pl-1' : 'pl-2', )} {...getInputProps({