From f671e04018668229ae3b0bf2c84956e0d214dd58 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Thu, 19 Sep 2024 16:13:15 -0400 Subject: [PATCH] fix prettier --- www/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/index.js b/www/index.js index 879d8887b..297430039 100644 --- a/www/index.js +++ b/www/index.js @@ -28,12 +28,12 @@ deviceReady.then(() => { const reactRoot = createRoot(rootEl); const theme = getTheme(); - /* Set Cordova StatusBar color to match the "elevated" AppBar + /* Set Cordova StatusBar color to match the "elevated" AppBar https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-statusbar/#statusbarbackgroundcolorbyhexstring https://callstack.github.io/react-native-paper/docs/components/Appbar/#theme-colors */ - if (window['StatusBar']) { + if (window['StatusBar']) { window['StatusBar'].backgroundColorByHexString(theme.colors.elevation.level2); - } + } reactRoot.render(