Skip to content

Commit 3088536

Browse files
committed
dont use css
1 parent c38c350 commit 3088536

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { ErrorOverlay } from './components/errors/error-overlay/error-overlay'
99
import { DevToolsIndicator } from './components/errors/dev-tools-indicator/dev-tools-indicator'
1010
import { RenderError } from './container/runtime-error/render-error'
1111
import { DarkTheme } from './styles/dark-theme'
12+
1213
export function DevOverlay({
1314
state,
1415
isErrorOverlayOpen,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const colors = `
9797
--color-turbopack-background-blue: #0a1723;
9898
`
9999

100-
const base = css`
100+
const base = `
101101
--color-font: white;
102102
--color-backdrop: rgba(0, 0, 0, 0.8);
103103
--color-border-shadow: rgba(255, 255, 255, 0.145);

0 commit comments

Comments
 (0)