Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxuege committed Aug 1, 2024
1 parent 5c43750 commit 418703f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
margin-top: 0;
}

.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root {
.css-1bn53lx {
height: 40px;
background-color: white;
}
2 changes: 2 additions & 0 deletions src/components/DatePickerSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider';
import { DatePicker } from '@mui/x-date-pickers/DatePicker';

// import "./App.css";

interface DatePickerSearchProps {
startDate: Dayjs | null,
endDate: Dayjs | null,
Expand Down

0 comments on commit 418703f

Please sign in to comment.