Skip to content

Commit

Permalink
style(stepper): header height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Dec 15, 2023
1 parent 3fe58ae commit 3709323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/components/src/stepper/stepper.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:host {
::ng-deep {
.mat-step-header {
// TODO: Remove this once we have migrate to mdc based components
--mat-stepper-header-height: 72px;

.mat-step-label {
@include overline($gray-5);
text-transform: uppercase;
Expand Down

0 comments on commit 3709323

Please sign in to comment.