Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(stepper): Fixes an issue where active stepper icon was oddly shaped.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheller committed May 3, 2021
1 parent d4c6be6 commit f65bae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/barista-components/stepper/src/step-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
width: $dt-step-icon-diameter;
height: $dt-step-icon-diameter;
border-radius: $dt-step-icon-radius;
box-sizing: border-box;
}

.dt-step-icon-circle {
Expand Down

0 comments on commit f65bae4

Please sign in to comment.