diff --git a/frontend/components/dashboard/newProject.tsx b/frontend/components/dashboard/newProject.tsx index bf85d4b..392db96 100644 --- a/frontend/components/dashboard/newProject.tsx +++ b/frontend/components/dashboard/newProject.tsx @@ -298,7 +298,7 @@ function SearchInput({ placeholder="Search templates" value={value} onChange={(e) => onValueChange?.(e.target.value)} - className="bg-transparent placeholder:text-muted-foreground text-white w-full focus:outline-none text-xs" + className="bg-transparent placeholder:text-muted-foreground w-full focus:outline-none text-xs" />