Skip to content

Commit 06ac811

Browse files
search-dock cleanup code
1 parent dd62862 commit 06ac811

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/components/ui/search-dock.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { Button } from "./button";
55
export default function SearchDock() {
66
return (
77
<div className="grid grid-cols-10">
8-
<div className="col-span-6 grid items-center gap-2 rounded-full bg-purple-100 bg-white px-4 py-3 shadow-lg">
9-
<div className="rounded-full px-4 py-2">
8+
<div className="col-span-6 grid items-center rounded-full bg-white px-4 py-2 shadow-lg">
9+
<div className="rounded-full px-3 py-1.5">
1010
<input
1111
placeholder="Search events"
1212
className="w-full bg-transparent text-base outline-none"
@@ -15,10 +15,10 @@ export default function SearchDock() {
1515
</div>
1616
<div className="col-span-4 flex h-full w-full items-center gap-2 px-2">
1717
<Button className="h-full w-full rounded-full p-2 hover:bg-gray-100">
18-
<Search></Search>
18+
<Search />
1919
</Button>
2020
<Button className="h-full w-full rounded-full p-2 hover:bg-gray-100">
21-
<Filter></Filter>
21+
<Filter />
2222
</Button>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)