make time pickers full width

Now they vertically align with the max video duration.
This commit is contained in:
Scott Lamb 2021-03-17 11:18:01 -07:00
parent 85da157cf4
commit 2215032a78

View File

@ -31,7 +31,7 @@ const MyTimePicker = (
<TimePicker
label="Time"
views={["hours", "minutes", "seconds"]}
renderInput={(params) => <TextField size="small" {...params} />}
renderInput={(params) => <TextField fullWidth size="small" {...params} />}
inputFormat="HH:mm:ss"
mask="__:__:__"
ampm={false}