Use default search input
This commit is contained in:
parent
0e52244d58
commit
37bec50c08
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue