Skip to content

Commit 9b0392b

Browse files
committed
add scale to dev-overlay story
1 parent 164b8fa commit 9b0392b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/next/src/next-devtools/dev-overlay/dev-overlay.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
ACTION_ERROR_OVERLAY_CLOSE,
1414
ACTION_ERROR_OVERLAY_OPEN,
1515
ACTION_ERROR_OVERLAY_TOGGLE,
16+
NEXT_DEV_TOOLS_SCALE,
1617
} from './shared'
1718

1819
const meta: Meta<typeof DevOverlay> = {
@@ -99,6 +100,7 @@ const initialState: OverlayState = {
99100
isErrorOverlayOpen: false,
100101
isDevToolsPanelOpen: false,
101102
devToolsPosition: 'bottom-left',
103+
scale: NEXT_DEV_TOOLS_SCALE.Medium,
102104
}
103105

104106
function useOverlayReducer() {

0 commit comments

Comments
 (0)