From 975247b7b34cfdeb284cd3f554804b6a790ac9df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Thu, 25 May 2023 16:35:03 +0200
Subject: [PATCH] revert: status bar overlay color

---
 src/components/App.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/components/App.tsx b/src/components/App.tsx
index 3f8ff3a22..8c557b9e8 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -30,10 +30,8 @@ export const App = ({ tracker }: AppProps) => {
     webviewIntent?.call('setFlagshipUI', {
       bottomBackground: '#32343d',
       bottomTheme: 'dark',
-      bottomOverlay: 'rgba(255,255,255,0.6)',
       topBackground: '#1b1c22',
       topTheme: 'dark',
-      topOverlay: 'rgba(255,255,255)',
     })
   }, [webviewIntent])
 
-- 
GitLab