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