Update EditGroupModal.tsx

This commit is contained in:
Pas 2025-11-06 11:11:18 -07:00
parent a3a4823bc6
commit 43a1b57b66

View file

@ -120,7 +120,7 @@ export function EditGroupModal({
handleSave();
}
}}
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm"
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white"
autoFocus
/>
{newGroupName.trim().length > 0 && (