From f5f27eddc93314e8e10ab96c7bdb5c626142a1d3 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 27 Dec 2021 19:41:46 +0100 Subject: refactor: Inversion of control with typed-inject --- packages/shared/src/stores/SharedStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/shared/src/stores/SharedStore.ts') diff --git a/packages/shared/src/stores/SharedStore.ts b/packages/shared/src/stores/SharedStore.ts index cfff6d5..c6c3ddc 100644 --- a/packages/shared/src/stores/SharedStore.ts +++ b/packages/shared/src/stores/SharedStore.ts @@ -30,7 +30,7 @@ import { config } from './Config'; export const sharedStore = types.model('SharedStore', { config: types.optional(config, {}), - shouldUseDarkColors: true, + shouldUseDarkColors: false, }); export interface SharedStore extends Instance {} -- cgit v1.2.3-70-g09d2