mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 23:16:50 +00:00
Hexo:search样式微调
This commit is contained in:
@@ -44,7 +44,7 @@ const SearchInput = ({ currentTag, currentSearch, cRef }) => {
|
|||||||
<input
|
<input
|
||||||
ref={searchInputRef}
|
ref={searchInputRef}
|
||||||
type='text'
|
type='text'
|
||||||
className={'w-full rounded-lg bg-white text-sm pl-2 transition focus:shadow-lg font-light leading-10 text-black bg-gray-100'}
|
className={'w-full rounded-lg bg-white text-sm pl-2 transition focus:shadow-lg font-light leading-10 text-black'}
|
||||||
onKeyUp={handleKeyUp}
|
onKeyUp={handleKeyUp}
|
||||||
onChange={e => updateSearchKey(e.target.value)}
|
onChange={e => updateSearchKey(e.target.value)}
|
||||||
defaultValue={searchKey}
|
defaultValue={searchKey}
|
||||||
|
|||||||
Reference in New Issue
Block a user