diff --git a/src/components/App.tsx b/src/components/App.tsx
index 6f6c28083eea71d0500f63db9d3cb06e35ff4d9c..1430b02bda775c232555d898280e49895180859a 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',
     })