diff --git a/src/components/App.tsx b/src/components/App.tsx index d4e096c57db39cb007e9b1f674357cf5b0d0bcb4..6f6c28083eea71d0500f63db9d3cb06e35ff4d9c 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])