Skip to content

Commit cd5d168

Browse files
fix(PDYE-1327): ancho del modal
1 parent b059a5c commit cd5d168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/Modals/Modal/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Modal = ({
5454
marginX: isDesktop ? 'auto' : 0,
5555
mb: 0,
5656
maxH: isInside ? 'calc(100dvh - 96px)' : 'auto',
57-
maxWidth: isDesktop ? '600px' : '100%',
57+
maxWidth: isDesktop ? '690px' : '100%',
5858
...(fixedButtons && {
5959
'.uikit-modalContent': {
6060
pb: 0,

0 commit comments

Comments
 (0)