Skip to content

Commit 8791d59

Browse files
aanchal88mmalerba
authored andcommitted
refactor: use improved relative import path in form-field (#27252)
(cherry picked from commit 85ce739)
1 parent 3694f3f commit 8791d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/form-field/_form-field-theme.import.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $mat-mdc-mdc-text-field-disabled-placeholder-ink-color, $mat-mdc-mdc-text-field-
1414
$mat-mdc-mdc-text-field-ink-color, $mat-mdc-mdc-text-field-label,
1515
$mat-mdc-mdc-text-field-outlined-disabled-border, $mat-mdc-mdc-text-field-outlined-hover-border,
1616
$mat-mdc-mdc-text-field-outlined-idle-border, $mat-mdc-mdc-text-field-placeholder-ink-color;
17-
@forward '../../material/core/style/layout-common.import';
17+
@forward '../core/style/layout-common.import';
1818
@forward 'form-field-density' as mat-mdc-*;
1919
@forward 'form-field-subscript' as mat-mdc-*;
2020
@forward 'form-field-focus-overlay' as mat-mdc-*;

0 commit comments

Comments
 (0)