feat: input type search

This commit is contained in:
wonderlandpark 2021-05-29 02:24:41 +09:00
parent 40273c58ff
commit 349f9f05fe

View File

@ -81,6 +81,7 @@ const Search: React.FC = () => {
className='relative z-10 flex mt-5 w-full text-black dark:text-gray-100 dark:bg-very-black bg-white rounded-lg'
>
<input
type='search'
maxLength={50}
className='flex-grow pr-20 px-7 py-3 h-16 text-xl bg-transparent border-0 border-none outline-none shadow'
placeholder='검색...'