From 7c443678f4ad691d2776fb33d6f1438b59c9a490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Wed, 31 May 2023 17:42:50 +0200 Subject: [PATCH] revert 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 0c7ae9c7c..e3ffd41d0 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: '#1b1c23', + topBackground: '#1b1c22', topTheme: 'light', }) }, [webviewIntent]) -- GitLab