Skip to content
Snippets Groups Projects
Commit 1d2fcb62 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY 🍽️
Browse files

darker grey for top bar

parent f1307752
No related branches found
No related tags found
1 merge request!903feat: Amirale app compatibility
...@@ -30,7 +30,7 @@ export const App = ({ tracker }: AppProps) => { ...@@ -30,7 +30,7 @@ export const App = ({ tracker }: AppProps) => {
webviewIntent?.call('setFlagshipUI', { webviewIntent?.call('setFlagshipUI', {
bottomBackground: '#32343d', bottomBackground: '#32343d',
bottomTheme: 'light', bottomTheme: 'light',
topBackground: '#343641', topBackground: '#1b1c22',
topTheme: 'light', topTheme: 'light',
}) })
}, [webviewIntent]) }, [webviewIntent])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment