Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Aug 19, 2024
1 parent 231715d commit aafa19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function App() {
handleChange={handleBasemapChange}
/>
</Grid>
<Grid xs={12} lg={3}>
<Grid xs={12} lg={2}>
<LocalizationProvider dateAdapter={AdapterDayjs}>
<DatePicker
value={startDate}
Expand All @@ -227,7 +227,7 @@ function App() {
max={availableLayers.length - 1}
/>
</Grid>
<Grid xs={12} lg={3}>
<Grid xs={12} lg={2}>
<LocalizationProvider dateAdapter={AdapterDayjs}>
<DatePicker
value={endDate}
Expand Down

0 comments on commit aafa19b

Please sign in to comment.