We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5ce6 commit bba4dd2Copy full SHA for bba4dd2
src/features/Home/HomeDateDropdown.tsx
@@ -23,7 +23,7 @@ const useStyles = makeStyles((theme: Theme) =>
23
'& .MuiInput-underline:before, & .MuiInput-underline:after': {
24
borderBottom: 'none !important'
25
},
26
- '& #date-picker-inline': {
+ '& #date-picker-inline2': {
27
fontWeight: 600,
28
color: theme.palette.text.primary,
29
fontSize: '20px',
@@ -85,7 +85,7 @@ const HomeDateDropdown: FunctionComponent<Props> = (props) => {
85
variant="inline"
86
format="MMM dd, yyyy"
87
margin="normal"
88
- id="date-picker-inline"
+ id="date-picker-inline2"
89
autoOk
90
value={selectedDate}
91
onChange={handleDateChange}
0 commit comments