useStepIconStyles
parent
43ca37649c
commit
7724744588
|
@ -6,7 +6,7 @@ import SettingsIcon from "@material-ui/icons/Settings";
|
||||||
import GroupAddIcon from "@material-ui/icons/GroupAdd";
|
import GroupAddIcon from "@material-ui/icons/GroupAdd";
|
||||||
import VideoLabelIcon from "@material-ui/icons/VideoLabel";
|
import VideoLabelIcon from "@material-ui/icons/VideoLabel";
|
||||||
|
|
||||||
const useColorlibStepIconStyles = makeStyles({
|
const useStepIconStyles = makeStyles({
|
||||||
root: {
|
root: {
|
||||||
backgroundColor: "#ccc",
|
backgroundColor: "#ccc",
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
|
@ -30,7 +30,7 @@ const useColorlibStepIconStyles = makeStyles({
|
||||||
});
|
});
|
||||||
|
|
||||||
function StepIcon(props) {
|
function StepIcon(props) {
|
||||||
const classes = useColorlibStepIconStyles();
|
const classes = useStepIconStyles();
|
||||||
const { active, completed } = props;
|
const { active, completed } = props;
|
||||||
|
|
||||||
const icons = {
|
const icons = {
|
||||||
|
|
Loading…
Reference in New Issue