Skip to content

Commit

Permalink
Timer Icon Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiraj455 committed Feb 13, 2023
1 parent cb0ab0c commit b7a38f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/common/TimePicker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import DateFnsUtils from '@date-io/date-fns';
import { MuiPickersUtilsProvider, KeyboardTimePicker } from '@material-ui/pickers';
import AccessTime from '@material-ui/icons/AccessTime';

const MaterialUITimePicker = (props) => {
const { label, id, value, onChangeFunction } = props;
Expand All @@ -19,6 +20,7 @@ const MaterialUITimePicker = (props) => {
KeyboardButtonProps={{
'aria-label': 'change time',
}}
keyboardIcon={<AccessTime />}
/>
</MuiPickersUtilsProvider>
);
Expand Down

0 comments on commit b7a38f9

Please sign in to comment.