Skip to content

Commit

Permalink
feat: Update Step to use abstract color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent 707d357 commit 26bf15f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Step.module.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.wrapper {
border-top: solid 1px var(--color-neutrals-100);
border-top: solid 1px var(--divider-color);
box-sizing: border-box;
padding-top: 1.5rem;
margin-top: 2rem;

.stepNumber {
font-size: 0.75rem;
color: var(--color-neutrals-600);
color: var(--accent-text-color);
}
}

Expand All @@ -17,7 +17,6 @@
h4:first-child,
h5:first-child,
h6:first-child {
color: var(--color-neutrals-900);
font-weight: bold;
margin-top: 0;
margin-bottom: 1rem;
Expand Down

0 comments on commit 26bf15f

Please sign in to comment.