From 27ccd4afd58b4abbe1d65ca1de73372d919a236d Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 18 Mar 2017 14:38:21 +0800 Subject: [PATCH] update back-top demo --- components/back-top/__tests__/__snapshots__/demo.test.js.snap | 2 +- components/back-top/demo/custom.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;