Skip to content

Commit bba4dd2

Browse files
committed
datepicker fixed
1 parent 76c5ce6 commit bba4dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/Home/HomeDateDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const useStyles = makeStyles((theme: Theme) =>
2323
'& .MuiInput-underline:before, & .MuiInput-underline:after': {
2424
borderBottom: 'none !important'
2525
},
26-
'& #date-picker-inline': {
26+
'& #date-picker-inline2': {
2727
fontWeight: 600,
2828
color: theme.palette.text.primary,
2929
fontSize: '20px',
@@ -85,7 +85,7 @@ const HomeDateDropdown: FunctionComponent<Props> = (props) => {
8585
variant="inline"
8686
format="MMM dd, yyyy"
8787
margin="normal"
88-
id="date-picker-inline"
88+
id="date-picker-inline2"
8989
autoOk
9090
value={selectedDate}
9191
onChange={handleDateChange}

0 commit comments

Comments
 (0)