diff --git a/src/components/App.tsx b/src/components/App.tsx
index 3f8ff3a22f95d1177f32972d0dfd288870dcde53..8c557b9e8bf85ef9f2741911e309ab752f03bfd7 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -30,10 +30,8 @@ export const App = ({ tracker }: AppProps) => {
     webviewIntent?.call('setFlagshipUI', {
       bottomBackground: '#32343d',
       bottomTheme: 'dark',
-      bottomOverlay: 'rgba(255,255,255,0.6)',
       topBackground: '#1b1c22',
       topTheme: 'dark',
-      topOverlay: 'rgba(255,255,255)',
     })
   }, [webviewIntent])