diff --git a/components/back-top/__tests__/__snapshots__/demo.test.js.snap b/components/back-top/__tests__/__snapshots__/demo.test.js.snap index adf28b38fd..39eb6cd64d 100644 --- a/components/back-top/__tests__/__snapshots__/demo.test.js.snap +++ b/components/back-top/__tests__/__snapshots__/demo.test.js.snap @@ -16,7 +16,7 @@ exports[`renders ./components/back-top/demo/custom.md correctly 1`] = `
Scroll down to see the bottom-right blue diff --git a/components/back-top/demo/custom.md b/components/back-top/demo/custom.md index 5091d26cb4..39f3b78c9f 100644 --- a/components/back-top/demo/custom.md +++ b/components/back-top/demo/custom.md @@ -23,7 +23,7 @@ ReactDOM.render(
UP
Scroll down to see the bottom-right - blue + blue button.
, mountNode @@ -39,7 +39,7 @@ ReactDOM.render( width: 40px; line-height: 40px; border-radius: 4px; - background-color: #57c5f7; + background-color: #1088e9; color: #fff; text-align: center; font-size: 20px;