Skip to content
Snippets Groups Projects
Commit 693c1ac9 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

feat: added color overlay to status bar

parent 29ba0a3d
No related branches found
No related tags found
1 merge request!903feat: Amirale app compatibility
......@@ -30,8 +30,10 @@ 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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment