diff --git a/apps/planner/app/components/ParticipantList.tsx b/apps/planner/app/components/ParticipantList.tsx index d3837a2..154c3d9 100644 --- a/apps/planner/app/components/ParticipantList.tsx +++ b/apps/planner/app/components/ParticipantList.tsx @@ -109,7 +109,7 @@ export function ParticipantList({ yjs }: ParticipantListProps) { onBlur={commitEdit} onKeyDown={handleKeyDown} maxLength={20} - className="w-20 rounded border border-gray-300 px-1 py-0 text-xs text-gray-700 focus:border-blue-500 focus:outline-none" + className="w-20 rounded border border-gray-300 px-1 py-0 text-base sm:text-xs text-gray-700 focus:border-blue-500 focus:outline-none" /> ) : (