We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164b8fa commit 9b0392bCopy full SHA for 9b0392b
packages/next/src/next-devtools/dev-overlay/dev-overlay.stories.tsx
@@ -13,6 +13,7 @@ import {
13
ACTION_ERROR_OVERLAY_CLOSE,
14
ACTION_ERROR_OVERLAY_OPEN,
15
ACTION_ERROR_OVERLAY_TOGGLE,
16
+ NEXT_DEV_TOOLS_SCALE,
17
} from './shared'
18
19
const meta: Meta<typeof DevOverlay> = {
@@ -99,6 +100,7 @@ const initialState: OverlayState = {
99
100
isErrorOverlayOpen: false,
101
isDevToolsPanelOpen: false,
102
devToolsPosition: 'bottom-left',
103
+ scale: NEXT_DEV_TOOLS_SCALE.Medium,
104
}
105
106
function useOverlayReducer() {
0 commit comments