Skip to content

Commit 1aa5db0

Browse files
committed
XL=960 is the magic number
1 parent 05f3efd commit 1aa5db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const Modal = forwardRef(function Modal(props: ModalProps, ref: DOMRef<HT
8686
S: 400,
8787
M: 480,
8888
L: 640,
89-
XL: 944,
89+
XL: 960,
9090
fullscreen: 'calc(100% - 40px)',
9191
fullscreenTakeover: 'full'
9292
}

0 commit comments

Comments
 (0)