From 6248da9ef1cfa1356ca40f2fe9ce88e92c977410 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Wed, 31 May 2023 17:41:36 +0200
Subject: [PATCH] test

---
 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 e3ffd41d0..0c7ae9c7c 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: 'light',
-      topBackground: '#1b1c22',
+      topBackground: '#1b1c23',
       topTheme: 'light',
     })
   }, [webviewIntent])
-- 
GitLab