We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383e971 commit f22f1dbCopy full SHA for f22f1db
packages/next/src/client/components/react-dev-overlay/ui/dev-overlay.tsx
@@ -26,8 +26,8 @@ export function DevOverlay({
26
<CssReset />
27
<Base />
28
<Colors />
29
- <DarkTheme />
30
<ComponentStyles />
+ <DarkTheme />
31
32
<RenderError state={state} isAppDir={true}>
33
{({ runtimeErrors, totalErrorCount }) => {
packages/next/src/client/components/react-dev-overlay/ui/storybook/with-shadow-portal.tsx
@@ -10,8 +10,8 @@ export const withShadowPortal = (Story: any) => (
10
11
12
13
14
15
<Story />
16
</ShadowPortal>
17
)
0 commit comments