diff --git a/packages/nicolium/src/features/chats/components/chat-search/blankslate.tsx b/packages/nicolium/src/features/chats/components/chat-search/blankslate.tsx index 8b2f61087..5db8be959 100644 --- a/packages/nicolium/src/features/chats/components/chat-search/blankslate.tsx +++ b/packages/nicolium/src/features/chats/components/chat-search/blankslate.tsx @@ -1,11 +1,10 @@ import React from 'react'; import { FormattedMessage } from 'react-intl'; -import Stack from '@/components/ui/stack'; import Text from '@/components/ui/text'; const Blankslate = () => ( - +
@@ -15,7 +14,7 @@ const Blankslate = () => ( defaultMessage='Search for someone to chat with.' /> - +
); export { Blankslate as default }; diff --git a/packages/nicolium/src/features/chats/components/chat-textarea.tsx b/packages/nicolium/src/features/chats/components/chat-textarea.tsx index 270c295cb..bcfbe88e4 100644 --- a/packages/nicolium/src/features/chats/components/chat-textarea.tsx +++ b/packages/nicolium/src/features/chats/components/chat-textarea.tsx @@ -1,6 +1,5 @@ import React from 'react'; -import HStack from '@/components/ui/hstack'; import Textarea from '@/components/ui/textarea'; import ChatPendingUpload from './chat-pending-upload'; @@ -22,7 +21,7 @@ const ChatTextarea = React.forwardRef( className={`block w-full rounded-md border border-gray-400 bg-white text-gray-900 shadow-sm placeholder:text-gray-600 focus-within:border-primary-500 focus-within:ring-1 focus-within:ring-primary-500 dark:border-gray-800 dark:bg-gray-800 dark:text-gray-100 dark:ring-1 dark:ring-gray-800 dark:placeholder:text-gray-600 dark:focus-within:border-primary-500 dark:focus-within:ring-primary-500 sm:text-sm`} > {(attachment ?? uploading) && ( - +
{attachment && (
(
)} - +
)}