Chats: isSearch --> theme='search'

environments/review-chats-g56n7m/deployments/1169
Alex Gleason 2 years ago
parent 09887130b7
commit 8c82d0400a
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -29,7 +29,7 @@ const ChatSearchInput: React.FC<IChatSearchInput> = ({ value, onChange, onClear
className='rounded-full'
value={value}
onChange={onChange}
isSearch
theme='search'
append={
<button onClick={onClear}>
<Icon

@ -110,7 +110,7 @@ const ChatSearch = () => {
className='rounded-full'
value={value || ''}
onChange={(event) => setValue(event.target.value)}
isSearch
theme='search'
append={
<button onClick={clearValue}>
<Icon

Loading…
Cancel
Save