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 05f3efd commit 1aa5db0Copy full SHA for 1aa5db0
packages/@react-spectrum/s2/src/Modal.tsx
@@ -86,7 +86,7 @@ export const Modal = forwardRef(function Modal(props: ModalProps, ref: DOMRef<HT
86
S: 400,
87
M: 480,
88
L: 640,
89
- XL: 944,
+ XL: 960,
90
fullscreen: 'calc(100% - 40px)',
91
fullscreenTakeover: 'full'
92
}
0 commit comments