From 516d35e8abd41a009342db3b66ef8d2b0007060f Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 22 Sep 2022 14:13:15 -0400 Subject: [PATCH] Increase space between ChatListItems --- app/soapbox/features/chats/components/chat-list-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat-list-item.tsx b/app/soapbox/features/chats/components/chat-list-item.tsx index e14341d728..e600f98595 100644 --- a/app/soapbox/features/chats/components/chat-list-item.tsx +++ b/app/soapbox/features/chats/components/chat-list-item.tsx @@ -18,7 +18,7 @@ const ChatListItem: React.FC = ({ chat, chatSilence, onC key={chat.id} type='button' onClick={() => onClick(chat)} - className='p-2 w-full flex flex-col rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 focus:shadow-inset-ring' + className='px-2 py-3 w-full flex flex-col rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 focus:shadow-inset-ring' data-testid='chat' >