fix app theme color
This commit is contained in:
parent
381ec9659d
commit
8b48c4d801
|
@ -201,7 +201,7 @@ export default class Root extends React.Component<{}, IState> {
|
|||
return (
|
||||
<SafeAreaProvider
|
||||
initialMetrics={initialWindowMetrics}
|
||||
style={{ backgroundColor: themes[this.state.theme].surfaceRoom }}
|
||||
style={{ backgroundColor: themes[this.state.theme].surfaceTint }}
|
||||
>
|
||||
<Provider store={store}>
|
||||
<ThemeContext.Provider
|
||||
|
|
Loading…
Reference in New Issue