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