Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): Fix shape function name
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee authored Oct 23, 2018
1 parent 02e5f9c commit 50039ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
// background between the two borders in each corner when the
// textarea is focused. This also means we need to guard against
// invalid output.
$radius-value: mdc-shape-prop-value($radius);
$radius-value: mdc-shape-prop-value_($radius);
$trimmed-radius-value: ();

@each $corner in $radius-value {
Expand Down

0 comments on commit 50039ea

Please sign in to comment.