mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
default search bar size changed
This commit is contained in:
parent
771ba6c52b
commit
c9a2d71445
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const SearchBar = React.memo(({ className }) => {
|
|||
key={query}
|
||||
ref={searchInputRef}
|
||||
tabIndex={-1}
|
||||
size={1}
|
||||
className={styles['search-input']}
|
||||
type={'text'}
|
||||
placeholder={'Search'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue