From bad6aee7b36f27df2ec1184201b1b7b4242c6070 Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:47:43 -0400 Subject: [PATCH] Added docs --- app/components/DocsCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/DocsCards.tsx b/app/components/DocsCards.tsx index 155ced4..4ce9f58 100644 --- a/app/components/DocsCards.tsx +++ b/app/components/DocsCards.tsx @@ -75,7 +75,7 @@ export function DocsCards({ docs }: { docs: DocFile[] }) { placeholder="Search documentation..." value={searchTerm} onChange={(e) => setSearchTerm(e.target.value)} - className="w-full p-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" + className="w-full p-2 border border-gray-300 text-black rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" />