Skip to content

Commit 8e6c3b6

Browse files
committed
let tailwind have the least priority
1 parent b81a878 commit 8e6c3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export function DevOverlay({
2525
const [scale, setScale] = useDevToolsScale()
2626
return (
2727
<ShadowPortal>
28+
<Tailwind />
2829
<CssReset />
2930
<Base scale={scale} />
3031
<Colors />
3132
<ComponentStyles />
3233
<DarkTheme />
33-
<Tailwind />
3434

3535
<RenderError state={state} isAppDir={true}>
3636
{({ runtimeErrors, totalErrorCount }) => {

0 commit comments

Comments
 (0)