diff --git a/app/(app)/log/page.tsx b/app/(app)/log/page.tsx index 816272b..068e38a 100644 --- a/app/(app)/log/page.tsx +++ b/app/(app)/log/page.tsx @@ -112,7 +112,7 @@ function LogPageContent() { if (step === "search") { return (
-
+

Film loggen

@@ -123,7 +123,7 @@ function LogPageContent() { value={query} onChange={(e) => setQuery(e.target.value)} placeholder="Welchen Film hast du gesehen?" - className="h-11 w-full rounded-lg border border-border bg-secondary pl-10 pr-4 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring" + className="glass-input h-11 w-full pl-10 pr-4 text-sm" autoFocus /> @@ -147,7 +147,7 @@ function LogPageContent() {