Skip to content

Commit 55fb6e2

Browse files
authored
Merge branch 'main' into highl
2 parents d14f515 + b053748 commit 55fb6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/content/practiceQuestions/components/ProgressBar/ProgressBarItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const StyledActiveItem = styled(StyledItem)`
5757

5858
// tslint:disable-next-line: variable-name
5959
const StyledDisabledItem = styled(StyledItem)`
60-
color: #c1c1c1;
60+
color: #6e6e6e;
6161
background-color: #f1f1f1;
6262
border-color: #f1f1f1;
6363
`;

src/app/content/practiceQuestions/components/ProgressBar/__snapshots__/index.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ exports[`ProgressBar displays properly 1`] = `
119119
color: #fff;
120120
margin: 0 0.4rem;
121121
font-weight: bold;
122-
color: #c1c1c1;
122+
color: #6e6e6e;
123123
background-color: #f1f1f1;
124124
border-color: #f1f1f1;
125125
}

0 commit comments

Comments
 (0)