Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Apr 24, 2024
1 parent d5b83d4 commit 2382843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/search/site-search-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const SiteSearchForm = ({...props}: HTMLAttributes<HTMLFormElement>) => {
const inputId = useId();
return (
<form aria-label="Site Search" action="/search" {...props}>
<div className="relative">
<div className="relative mt-10">
<label htmlFor={inputId} className="sr-only">
Search this site
</label>
Expand All @@ -18,7 +18,7 @@ const SiteSearchForm = ({...props}: HTMLAttributes<HTMLFormElement>) => {
required
/>
<button type="submit" className="absolute top-2 right-5">
<MagnifyingGlassIcon width={25} className="text-archway-dark"/>
<MagnifyingGlassIcon width={25} className="text-digital-red"/>
<span className="sr-only">Submit Search</span>
</button>
</div>
Expand Down

0 comments on commit 2382843

Please sign in to comment.