From 43b8453d484f3a1bb3cbca0881086a1edc94cba1 Mon Sep 17 00:00:00 2001 From: guochunzhong Date: Thu, 20 Oct 2016 15:03:39 +0800 Subject: [PATCH] remove border style. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index df389b6..4ef8834 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,7 @@ "tabBar": { "color": "#dddddd", "selectedColor": "#BF8600", - "borderStyle": "white", + "borderStyle": "black", "backgroundColor": "#323232", "list": [{ "pagePath": "pages/index/index",