diff --git a/app/components/LobbyScreen.tsx b/app/components/LobbyScreen.tsx index 271c8e8..a25004a 100644 --- a/app/components/LobbyScreen.tsx +++ b/app/components/LobbyScreen.tsx @@ -169,7 +169,7 @@ export function LobbyScreen({ Joueurs max setMaxPlayers(Number(e.target.value))} + onChange={(e) => { setMaxPlayers(Number(e.target.value)); }} className="w-full min-h-11 px-2 bg-[#0f0f0f] border border-[#2e2e2e] rounded-xl text-sm text-[#f0f0f0] outline-none focus:border-[#7c3aed] cursor-pointer transition-colors" > {[2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16].map((n) => ( @@ -182,7 +182,7 @@ export function LobbyScreen({ Manches { const v = Number(e.target.value); setTotalRounds(v); onSetTotalRounds(v); }} className="w-full min-h-11 px-2 bg-[#0f0f0f] border border-[#2e2e2e] rounded-xl text-sm text-[#f0f0f0] outline-none focus:border-[#7c3aed] cursor-pointer transition-colors" >