0
Fork 0
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:
Sanne de Vries 2022-07-06 09:59:39 +02:00
parent ea21196fa2
commit b3e8da4df1

View file

@ -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 />