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