diff --git a/components/button/__tests__/__snapshots__/demo.test.js.snap b/components/button/__tests__/__snapshots__/demo.test.js.snap index a1081623ce..6828078971 100644 --- a/components/button/__tests__/__snapshots__/demo.test.js.snap +++ b/components/button/__tests__/__snapshots__/demo.test.js.snap @@ -211,24 +211,6 @@ exports[`renders ./components/button/demo/disabled.md correctly 1`] = `
- - -
+
+ + +
`; diff --git a/components/button/demo/disabled.md b/components/button/demo/disabled.md index 114d1b8a76..fd10e8b575 100644 --- a/components/button/demo/disabled.md +++ b/components/button/demo/disabled.md @@ -24,11 +24,12 @@ ReactDOM.render(
- - -
+
+ + +
, mountNode );