Skip to content

Commit 8c41edd

Browse files
author
Kevin Jose
committed
[27/5/2020][TAILWIND_RESUME] css changes to siteheader searchbar
1 parent 3214b0f commit 8c41edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

may-2020/tailwind_css/rt-workcation/src/components/SiteHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const SiteHeader = () => {
6363
</svg>
6464
</div>
6565
<input
66-
className='block w-full border border-transparent bg-gray-200 focus:outline-non focus:bg-white focus:border-gray-300 text-gray-900 rounded-lg pl-10 pr-4 py-2'
66+
className='block w-full border border-transparent bg-gray-200 focus:outline-none focus:bg-white focus:border-gray-300 text-gray-900 rounded-lg pl-10 pr-4 py-2 shadow'
6767
placeholder='Search by keywords'
6868
/>
6969
</div>

0 commit comments

Comments
 (0)