Skip to content

Commit 132e840

Browse files
style change for search dock
1 parent 4d7d7f7 commit 132e840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Button } from "./button";
77
export default function SearchDock() {
88
return (
99
<div className="grid grid-cols-10">
10-
<div className="col-span-6 grid items-center rounded-full bg-white px-4 py-2 shadow-lg">
10+
<div className="col-span-6 grid items-center rounded-full bg-white bg-white/90 px-1 py-0.5 shadow-lg backdrop-blur">
1111
<div className="rounded-full px-3 py-1.5">
1212
<input
1313
placeholder="Search events"

0 commit comments

Comments
 (0)