File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { Button } from "./button";
55export 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 >
You can’t perform that action at this time.
0 commit comments