From 85ce73911e5b5e1ae5ada97b3971165f6e1e4501 Mon Sep 17 00:00:00 2001 From: Aanchal Agarwal <76724203+aanchal88@users.noreply.github.com> Date: Fri, 9 Jun 2023 06:26:21 +0530 Subject: [PATCH] refactor: use improved relative import path in form-field (#27252) --- src/material/form-field/_form-field-theme.import.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/form-field/_form-field-theme.import.scss b/src/material/form-field/_form-field-theme.import.scss index bf828a439cf5..8aa5e19d7c72 100644 --- a/src/material/form-field/_form-field-theme.import.scss +++ b/src/material/form-field/_form-field-theme.import.scss @@ -14,7 +14,7 @@ $mat-mdc-mdc-text-field-disabled-placeholder-ink-color, $mat-mdc-mdc-text-field- $mat-mdc-mdc-text-field-ink-color, $mat-mdc-mdc-text-field-label, $mat-mdc-mdc-text-field-outlined-disabled-border, $mat-mdc-mdc-text-field-outlined-hover-border, $mat-mdc-mdc-text-field-outlined-idle-border, $mat-mdc-mdc-text-field-placeholder-ink-color; -@forward '../../material/core/style/layout-common.import'; +@forward '../core/style/layout-common.import'; @forward 'form-field-density' as mat-mdc-*; @forward 'form-field-subscript' as mat-mdc-*; @forward 'form-field-focus-overlay' as mat-mdc-*;