Skip to content

Commit f4c1721

Browse files
feat(ModalBottomSheet): update xl size variant (#1032)
1 parent 4b19a36 commit f4c1721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheetProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const withModalBottomSheetVariation = withVariation<ModalBottomSheetProps
7878
desktopModalWidth: 760,
7979
},
8080
xl: {
81-
desktopModalWidth: 1132,
81+
desktopModalWidth: 1312,
8282
},
8383
full: {
8484
desktopModalWidth: '100%',

0 commit comments

Comments
 (0)