mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:33:59 +01:00
style: searchbar
This commit is contained in:
parent
6c12e67393
commit
96bf1c50fb
|
@ -19,7 +19,7 @@ const SearchBar = ({
|
|||
<input
|
||||
disabled={disabled}
|
||||
type='text'
|
||||
className='text-gray-800 dark:text-white p-3 text-sm bg-gray-700 disabled:opacity-40 disabled:cursor-not-allowed transition-opacity m-0 w-full h-full focus:outline-none rounded border-none'
|
||||
className='text-gray-800 dark:text-white p-3 text-sm bg-transparent disabled:opacity-40 disabled:cursor-not-allowed transition-opacity m-0 w-full h-full focus:outline-none rounded border border-white/20'
|
||||
placeholder={t('search') as string}
|
||||
value={value}
|
||||
onChange={(e) => {
|
||||
|
|
Loading…
Reference in a new issue