From 370932319447ce8ab379257a88b7b36a92043ce9 Mon Sep 17 00:00:00 2001 From: Adithya Sreyaj Date: Fri, 15 Dec 2023 13:03:16 +0530 Subject: [PATCH] style(stepper): header height fix --- projects/components/src/stepper/stepper.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/components/src/stepper/stepper.component.scss b/projects/components/src/stepper/stepper.component.scss index df93449cd..33a8b22c0 100644 --- a/projects/components/src/stepper/stepper.component.scss +++ b/projects/components/src/stepper/stepper.component.scss @@ -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;