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({