We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9861131 commit 0225446Copy full SHA for 0225446
1 file changed
x-pack/plugins/fleet/storybook/context/index.tsx
@@ -7,6 +7,7 @@
7
8
import React from 'react';
9
10
+import { EMPTY } from 'rxjs';
11
import type { StoryContext } from '@storybook/react';
12
import { createBrowserHistory } from 'history';
13
@@ -66,6 +67,9 @@ export const StorybookContext: React.FC<{ storyContext?: StoryContext }> = ({
66
67
notifications: getNotifications(),
68
share: getShare(),
69
uiSettings: getUiSettings(),
70
+ theme: {
71
+ theme$: EMPTY,
72
+ },
73
};
74
75
setHttpClient(startServices.http);
0 commit comments