diff --git a/pages.json b/pages.json index e1bba0bb8236ab7ffaff714a1971cc617e88d7b6..3ec5d2abdf22e498d16877ec05e028fa291b7753 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 a5fb2c8e56256af3d3b156933bef188ec7585a76..58f323c8de4c5efa7629e018165645c463cb2604 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",