From 7459772543c4ffbc66178aff50476365cc10f2a7 Mon Sep 17 00:00:00 2001 From: zhaofengliang Date: Wed, 9 Oct 2024 15:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B1=9E=E6=80=A7backgroundT?= =?UTF-8?q?extStyle=E5=8A=A8=E6=80=81=E8=AE=BE=E7=BD=AE=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=88=B7=E6=96=B0loading=E9=9B=AA=E8=8A=B1=E7=8A=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 +++-- theme.json | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index e1bba0bb..3ec5d2ab 100644 --- a/pages.json +++ b/pages.json @@ -1866,7 +1866,8 @@ "navigationBarTextStyle": "@navigationBarTextStyle", "navigationBarBackgroundColor": "@navigationBarBackgroundColor", "backgroundColorContent": "@backgroundColorContent", - "backgroundColor": "@backgroundColor" + "backgroundColor": "@backgroundColor", + "backgroundTextStyle": "@backgroundTextStyle" }, "tabBar": { "color": "@tabBarColor", @@ -2827,4 +2828,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/theme.json b/theme.json index a5fb2c8e..58f323c8 100644 --- a/theme.json +++ b/theme.json @@ -3,7 +3,8 @@ "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColorContent": "#efeff4", - "backgroundColor": "#efeff4", + "backgroundColor": "#efeff4", + "backgroundTextStyle": "dark", "tabBarColor": "#7A7E83", "tabBarSelectedColor": "#007AFF", @@ -23,7 +24,8 @@ "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#1F1F1F", "backgroundColor": "#1F1F1F", - "backgroundColorContent": "#646464", + "backgroundColorContent": "#646464", + "backgroundTextStyle": "light", "tabBarColor": "#cacaca", "tabBarSelectedColor": "#007AFF", -- GitLab