Skip to content

Commit 8a84431

Browse files
add min to 2xl
1 parent 0184f65 commit 8a84431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-components/src/components/Modal/Modal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const sizeClass = (size: ModalSize) => {
6666
case "xl":
6767
return `jn:w-[76.75rem]`
6868
case "2xl":
69-
return `jn:w-[80%] jn:max-w-[112.5rem]`
69+
return `jn:w-[80%] jn:min-w-[85rem] jn:max-w-[112.5rem]`
7070
default:
7171
return `jn:w-[33.625rem]`
7272
}

0 commit comments

Comments
 (0)