Skip to content

Commit f22f1db

Browse files
committed
dark theme order last
1 parent 383e971 commit f22f1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/next/src/client/components/react-dev-overlay/ui/dev-overlay.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export function DevOverlay({
2626
<CssReset />
2727
<Base />
2828
<Colors />
29-
<DarkTheme />
3029
<ComponentStyles />
30+
<DarkTheme />
3131

3232
<RenderError state={state} isAppDir={true}>
3333
{({ runtimeErrors, totalErrorCount }) => {

packages/next/src/client/components/react-dev-overlay/ui/storybook/with-shadow-portal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const withShadowPortal = (Story: any) => (
1010
<CssReset />
1111
<Base />
1212
<Colors />
13-
<DarkTheme />
1413
<ComponentStyles />
14+
<DarkTheme />
1515
<Story />
1616
</ShadowPortal>
1717
)

0 commit comments

Comments
 (0)