Skip to content

Commit

Permalink
Migrate to mui 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 6, 2024
1 parent 410251a commit 560813b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/src/Component/PlaySimulationDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ const PlaySimulationDialog = props => {
renderInput={params => <TextField {...params} variant="standard" />}
value={playSimulation.start}
onChange={date => setPlaySimulation({ ...playSimulation, start: date })}
InputProps={{
fullWidth: true,
style: { width: '100%' },
slotProps={{
input: {
fullWidth: true,
style: {width: '100%'},
},
}}
/>
{playSimulation.start && <IconButton
Expand Down

0 comments on commit 560813b

Please sign in to comment.