Skip to content

Commit

Permalink
chore: updated search ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendomey committed Jan 8, 2025
1 parent 301c35e commit 6456e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const SearchModal = ({ isOpened, onClose, searchQuery }: Props) => {
type="button"
className={`mx-10 p-4`}
>
<MagnifyingGlassIcon className="size-32 text-zinc-400" />
<MagnifyingGlassIcon className="size-20 text-zinc-400" />
<h1 className="text-lg font-bold">Textual Search</h1>
</button>
</DialogPanel>
Expand All @@ -81,7 +81,7 @@ const SearchModal = ({ isOpened, onClose, searchQuery }: Props) => {
type="button"
className={`mx-10 p-4`}
>
<ViewfinderCircleIcon className="size-32 text-zinc-400" />
<ViewfinderCircleIcon className="size-20 text-zinc-400" />
<h1 className="text-lg font-bold">Visual Search</h1>
</button>
</DialogPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const HeroSection = () => {
backgroundSize: 'cover',
backgroundPosition: 'left',
}}
className="h-[40vh] bg-gradient-to-r from-sky-500 to-indigo-500 lg:h-[30vh] xl:h-[50vh]"
className="h-[60vh] bg-gradient-to-r from-sky-500 to-indigo-500"
>
<Header isHeroSearchInVisible={true} />
<FadeIn className="px-6 pt-14 lg:px-8">
Expand Down

0 comments on commit 6456e7f

Please sign in to comment.