From 92ffbc1231385f32670aa22812586f56468ee42a Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 14:37:34 +0800 Subject: [PATCH] BUG 27605 --- bin/serve.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/serve.js b/bin/serve.js index d03dab1..a391338 100644 --- a/bin/serve.js +++ b/bin/serve.js @@ -70,8 +70,8 @@ const start = () => { globalStyle: { pageOrientation: "auto", navigationBarTextStyle: "white", - navigationBarBackgroundColor: "#197DF0", - backgroundColor: "#197DF0" + navigationBarBackgroundColor: "#4181FF", + backgroundColor: "#4181FF" } } findApp('src/components/pages', file => {