Skip to content

Commit

Permalink
refactor: use improved relative import path in form-field (angular#27252
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aanchal88 authored Jun 9, 2023
1 parent 9777901 commit 85ce739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/form-field/_form-field-theme.import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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-*;
Expand Down

0 comments on commit 85ce739

Please sign in to comment.