mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated search box placeholder
This commit is contained in:
parent
ea21196fa2
commit
b3e8da4df1
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ function SearchBox() {
|
|||
searchValue: e.target.value
|
||||
});
|
||||
}}
|
||||
className='grow text-[1.65rem] focus-visible:outline-none placeholder:text-gray-300'
|
||||
className='grow text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400'
|
||||
placeholder='Search posts, tags, authors..'
|
||||
/>
|
||||
<ClearButton />
|
||||
|
|
Loading…
Add table
Reference in a new issue