From a7c10423f3e24437a9f85a5bcdc224838ec29e43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Wed, 31 May 2023 09:59:01 +0200
Subject: [PATCH] lighter grey top bar

---
 src/components/App.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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