From f1307752d23a5f1ab8051dd1833560dbd0dd0274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Wed, 31 May 2023 16:37:39 +0200 Subject: [PATCH] fix: light theme for bottom 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 6f6c28083..1430b02bd 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -29,7 +29,7 @@ export const App = ({ tracker }: AppProps) => { useEffect(() => { webviewIntent?.call('setFlagshipUI', { bottomBackground: '#32343d', - bottomTheme: 'dark', + bottomTheme: 'light', topBackground: '#343641', topTheme: 'light', }) -- GitLab