Move theme setting to settings store
This commit is contained in:
@@ -56,7 +56,7 @@ function ApplicationRenderer(props: {theme: 'light' | 'dark'}) {
|
||||
|
||||
const mapStateToProps = (state: AppState) => {
|
||||
return {
|
||||
theme: state.globalState.theme,
|
||||
theme: state.settings.theme,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user