From 77247445887a1fc644c363473f7aac6c539d7d1b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 19 Dec 2020 01:33:29 +0200 Subject: [PATCH] useStepIconStyles --- src/components/layout/stepper/StepIcon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/stepper/StepIcon.js b/src/components/layout/stepper/StepIcon.js index cf7b962..6b597c9 100644 --- a/src/components/layout/stepper/StepIcon.js +++ b/src/components/layout/stepper/StepIcon.js @@ -6,7 +6,7 @@ import SettingsIcon from "@material-ui/icons/Settings"; import GroupAddIcon from "@material-ui/icons/GroupAdd"; import VideoLabelIcon from "@material-ui/icons/VideoLabel"; -const useColorlibStepIconStyles = makeStyles({ +const useStepIconStyles = makeStyles({ root: { backgroundColor: "#ccc", zIndex: 1, @@ -30,7 +30,7 @@ const useColorlibStepIconStyles = makeStyles({ }); function StepIcon(props) { - const classes = useColorlibStepIconStyles(); + const classes = useStepIconStyles(); const { active, completed } = props; const icons = {