diff --git a/app/components/draft/AvailableParticipantsSection.tsx b/app/components/draft/AvailableParticipantsSection.tsx index 65ef28e..0f47df9 100644 --- a/app/components/draft/AvailableParticipantsSection.tsx +++ b/app/components/draft/AvailableParticipantsSection.tsx @@ -63,7 +63,7 @@ export function AvailableParticipantsSection({ placeholder="Search participants..." value={searchQuery} onChange={(e) => onSearchChange(e.target.value)} - className="w-full px-3 py-2 border rounded-md text-sm" + className="w-full px-3 py-2 border rounded-md text-sm bg-background text-foreground" />
@@ -71,7 +71,7 @@ export function AvailableParticipantsSection({ setDialogSearchQuery(e.target.value)} /> setDialogSearchQuery(e.target.value)} /> setTimeBankUnit(e.target.value as "seconds" | "minutes" | "hours") } - className="px-3 py-2 border rounded-md bg-background text-sm" + className="px-3 py-2 border rounded-md bg-background text-foreground text-sm" >