We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7f3f6 commit 736e2b3Copy full SHA for 736e2b3
packages/core/src/__tests__/controllers/ThemeController.test.ts
@@ -4,7 +4,7 @@ import { ThemeController } from '../../index';
4
describe('ThemeController', () => {
5
it('should have valid default state', () => {
6
expect(ThemeController.state).toEqual({
7
- themeMode: 'dark',
+ themeMode: 'undefined',
8
themeVariables: {}
9
});
10
0 commit comments