Skip to content

Commit c67edb6

Browse files
authored
Merge pull request #351 from qa-guru/scroll-page-section
Scroll-page-section – Styles fixed v2.0
2 parents 148029c + 21eb69b commit c67edb6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/features/scroll-page-section/components/steps/steps.styled.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

5757
export 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
},

0 commit comments

Comments
 (0)