Skip to content

Commit

Permalink
Update Dialog story with commonly used sizes, as defined by UX (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesricky authored Nov 12, 2024
1 parent bb9215f commit 6c1e2d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storybook/src/admin/mui/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const dialogSizeOptions: DialogSizeOptions = {
"XS (350px)": "xs",
"SM (680px)": "sm",
"MD (1024px)": "md",
"LG (1280px)": "lg",
"XL (1920px)": "xl",
FullWidth: "fullWidth",
};

Expand Down

0 comments on commit 6c1e2d7

Please sign in to comment.