File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
src/features/scroll-page-section/components/steps Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const ColorlibConnector = styled(StepConnector)(({ theme }) => ({
2222 } ,
2323 } ,
2424 [ `& .${ stepConnectorClasses . line } ` ] : {
25- height : 3 ,
25+ height : 2 ,
2626 border : 0 ,
2727 backgroundColor :
2828 theme . palette . mode === "dark" ? theme . palette . grey [ 800 ] : "#eaeaf0" ,
@@ -37,8 +37,8 @@ export const ColorlibStepIconRoot = styled("div")<{
3737 theme . palette . mode === "dark" ? theme . palette . grey [ 700 ] : "#ccc" ,
3838 zIndex : 1 ,
3939 color : "#fff" ,
40- width : 50 ,
41- height : 50 ,
40+ width : 40 ,
41+ height : 40 ,
4242 display : "flex" ,
4343 borderRadius : "50%" ,
4444 justifyContent : "center" ,
@@ -55,12 +55,6 @@ export const ColorlibStepIconRoot = styled("div")<{
5555} ) ) ;
5656
5757export const StyledLabel = styled ( StepLabel ) ( {
58- "& .MuiStepLabel-label.Mui-active" : {
59- color : "white" ,
60- } ,
61- "& .MuiStepLabel-label.Mui-completed" : {
62- color : "white" ,
63- } ,
6458 "& .MuiStepLabel-label" : {
6559 color : "#c0c0c0" ,
6660 } ,
You can’t perform that action at this time.
0 commit comments