Use stop-watch icon in timer view

This commit is contained in:
manubo
2019-10-02 17:04:46 +02:00
parent 7221d26e17
commit 44d420c630
5 changed files with 20 additions and 15 deletions

View File

@@ -3,14 +3,7 @@ import PropTypes from "prop-types"
import Select from "components/Select"
import { formatDate } from "utils"
import cn from "classnames"
import stopWatch from "images/icons/stopwatch-light.svg"
const StopWatch = () => (
<i
dangerouslySetInnerHTML={{ __html: stopWatch }}
style={{ width: "22px", color: "white", display: "inline-block" }}
/>
)
import StopWatch from "components/shared/StopWatch"
class Form extends Component {
static propTypes = {