fix : load game

This commit is contained in:
GuillaumeSD
2025-05-03 17:29:42 +02:00
parent d14ac15dca
commit eab579cf93
5 changed files with 35 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ interface Props {
export default function GamePgnInput({ pgn, setPgn }: Props) {
return (
<FormControl sx={{ m: 1, width: 600 }}>
<FormControl fullWidth>
<TextField
label="Enter PGN here..."
variant="outlined"