fix app theme color

This commit is contained in:
GleidsonDaniel 2024-03-27 11:29:48 -03:00
parent 381ec9659d
commit 8b48c4d801
1 changed files with 1 additions and 1 deletions

View File

@ -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