Skip to content

Commit

Permalink
fix(stepper): typo in CSS variable for step bar's fill (#8255)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

Cherry pick fix from
#8254.

Co-authored-by: Ben Elan <[email protected]>
  • Loading branch information
jcfranco and benelan authored Nov 28, 2023
1 parent ca1be28 commit 2e643aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

.step-bar--inactive {
fill: var(--light-ui-border-3, #dfdfdf);
fill: var(--calcite-ui-border-3, #dfdfdf);
fill-opacity: 1;
block-size: 100%;
}
Expand Down

0 comments on commit 2e643aa

Please sign in to comment.