diff --git a/demos/snackbar.html b/demos/snackbar.html
index d2833188d62..c87fd24768e 100644
--- a/demos/snackbar.html
+++ b/demos/snackbar.html
@@ -125,14 +125,14 @@
diff --git a/demos/theme/theme-dark.scss b/demos/theme/theme-dark.scss
index b03a439f163..804234fae1d 100644
--- a/demos/theme/theme-dark.scss
+++ b/demos/theme/theme-dark.scss
@@ -39,7 +39,7 @@ $mdc-theme-background: $material-color-grey-900;
.demo-text-field {
@include mdc-text-field-ink-color(text-primary-on-dark);
@include mdc-text-field-label-color(text-secondary-on-dark);
- @include mdc-text-field-bottom-line-color(text-hint-on-dark);
+ @include mdc-text-field-line-ripple-color(text-hint-on-dark);
}
.demo-checkbox-wrapper,
diff --git a/docs/getting-started.md b/docs/getting-started.md
index cfabfca9c27..ceab5f2e272 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -115,7 +115,7 @@ Replace the contents of the `
` tag in `index.html` with the following: