Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-deshmukh committed Sep 27, 2024
1 parent db8d0de commit b6bb4db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Stepper/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}

.step-number {
/* background-color: var(--color-secondary-dark); */
width: 30px;
height: 30px;
border-radius: 50%;
Expand All @@ -40,13 +39,7 @@
background-color: var(--color-secondary-dark);
}

.step.active .step-number {
/* background-color: var(--color-primary-base); */
/* color:var(--color-secondary-extra-dark); */
}

.step.completed .step-number {
/* background-color: var(--color-success-base); */
color: var(--color-success-base);
border-color: var(--color-success-base);
}
Expand Down

0 comments on commit b6bb4db

Please sign in to comment.