diff --git a/docs/src/pages/components/backdrop/SimpleBackdrop.js b/docs/src/pages/components/backdrop/SimpleBackdrop.js
index 09cf917a94efd1..141b7f694616e2 100644
--- a/docs/src/pages/components/backdrop/SimpleBackdrop.js
+++ b/docs/src/pages/components/backdrop/SimpleBackdrop.js
@@ -1,6 +1,7 @@
import React from 'react';
import Backdrop from '@material-ui/core/Backdrop';
import CircularProgress from '@material-ui/core/CircularProgress';
+import Button from '@material-ui/core/Button';
import { makeStyles } from '@material-ui/core/styles';
const useStyles = makeStyles(theme => ({
@@ -22,9 +23,9 @@ export default function SimpleBackdrop() {
return (
-
diff --git a/docs/src/pages/components/backdrop/SimpleBackdrop.tsx b/docs/src/pages/components/backdrop/SimpleBackdrop.tsx
index 494f7d48e4921d..8ed9d7ad81dc40 100644
--- a/docs/src/pages/components/backdrop/SimpleBackdrop.tsx
+++ b/docs/src/pages/components/backdrop/SimpleBackdrop.tsx
@@ -1,6 +1,7 @@
import React from 'react';
import Backdrop from '@material-ui/core/Backdrop';
import CircularProgress from '@material-ui/core/CircularProgress';
+import Button from '@material-ui/core/Button';
import { makeStyles, createStyles, Theme } from '@material-ui/core/styles';
const useStyles = makeStyles((theme: Theme) =>
@@ -24,9 +25,9 @@ export default function SimpleBackdrop() {
return (
-
+
Show backdrop
-
+
diff --git a/docs/src/pages/components/dialogs/CustomizedDialogs.js b/docs/src/pages/components/dialogs/CustomizedDialogs.js
index 2af60d5a52bb7b..8037bfeace6245 100644
--- a/docs/src/pages/components/dialogs/CustomizedDialogs.js
+++ b/docs/src/pages/components/dialogs/CustomizedDialogs.js
@@ -61,7 +61,7 @@ export default function CustomizedDialogs() {
return (
-
+
Open dialog