From 4e380a8e05c6323f3620e442338a5d3b4b4daa1f Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Wed, 13 Sep 2023 23:21:44 -0700 Subject: [PATCH] setting status bar color --- app/mobile/src/constants/Colors.js | 2 ++ app/mobile/src/session/Session.jsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/mobile/src/constants/Colors.js b/app/mobile/src/constants/Colors.js index 3cfec076..c19185f7 100644 --- a/app/mobile/src/constants/Colors.js +++ b/app/mobile/src/constants/Colors.js @@ -2,6 +2,7 @@ import { Appearance } from 'react-native' const LightColors = { overlay: 'dark', + statusBar: 'dark-content', tabBar: '#448866', activeTabIcon: '#ffffff', idleTabIcon: '#cccccc', @@ -53,6 +54,7 @@ const LightColors = { const DarkColors = { overlay: 'dark', + statusBar: 'light-content', tabBar: '#111111', activeTabIcon: '#dddddd', idleTabIcon: '#aaaaaa', diff --git a/app/mobile/src/session/Session.jsx b/app/mobile/src/session/Session.jsx index 0392143f..1a4a3170 100644 --- a/app/mobile/src/session/Session.jsx +++ b/app/mobile/src/session/Session.jsx @@ -469,7 +469,7 @@ export function Session({ sharing, clearSharing }) { )} - + )}