fix duration icon

This commit is contained in:
Sidney Alcantara
2021-11-30 14:12:11 +11:00
parent f958593fa9
commit 82036d70a9

View File

@@ -2,7 +2,7 @@ import { lazy } from "react";
import { IFieldConfig, FieldType } from "@src/components/fields/types";
import withHeavyCell from "../_withTableCell/withHeavyCell";
import DurationIcon from "@mui/icons-material/Timer";
import DurationIcon from "@mui/icons-material/TimerOutlined";
import BasicCell from "../_BasicCell/BasicCellNull";
import NullEditor from "@src/components/Table/editors/NullEditor";