Use default search input

This commit is contained in:
Chewbacca 2022-11-07 15:40:04 -05:00
parent 0e52244d58
commit 37bec50c08
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ const ChatPageNew: React.FC<IChatPageNew> = () => {
return ( return (
<Stack className='h-full'> <Stack className='h-full'>
<Stack className='flex-grow p-6 space-y-8'> <Stack className='flex-grow p-6 space-y-4'>
<CardTitle title='New Message' /> <CardTitle title='New Message' />
<HStack space={2} alignItems='center'> <HStack space={2} alignItems='center'>
@ -37,7 +37,7 @@ const ChatPageNew: React.FC<IChatPageNew> = () => {
<AccountSearch <AccountSearch
onSelected={handleAccountSelected} onSelected={handleAccountSelected}
placeholder='Type a name' placeholder='Type a name'
theme='transparent' theme='search'
showButtons={false} showButtons={false}
autoFocus autoFocus
className='mb-0.5' className='mb-0.5'