Skip to content

Commit e8bf328

Browse files
authored
fix(s2): Update dialog sizes (#8202)
1 parent 0548d30 commit e8bf328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export const Modal = forwardRef(function Modal(props: ModalProps, ref: DOMRef<HT
8383
width: {
8484
size: {
8585
// Copied from designs, not sure if correct.
86-
S: 336,
87-
M: 416,
88-
L: 576,
86+
S: 400,
87+
M: 480,
88+
L: 640,
8989
fullscreen: 'calc(100% - 40px)',
9090
fullscreenTakeover: 'full'
9191
}

0 commit comments

Comments
 (0)