diff --git a/src/components/App.tsx b/src/components/App.tsx
index 1430b02bda775c232555d898280e49895180859a..e3ffd41d0636c51f923d58942248df61f0862159 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: '#343641',
+      topBackground: '#1b1c22',
       topTheme: 'light',
     })
   }, [webviewIntent])