From 80a34d733eec652c9c6eadd3758141089733b98c Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 3 Aug 2024 23:08:37 +0900 Subject: [PATCH] refactor(dialog/examples): remove size props on DialogContent --- .../DialogBlocks/Examples/BasicInformationalDialog.tsx | 2 +- src/docs/components/DialogBlocks/Examples/DeletingItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/components/DialogBlocks/Examples/BasicInformationalDialog.tsx b/src/docs/components/DialogBlocks/Examples/BasicInformationalDialog.tsx index 87f247c..22b51b9 100644 --- a/src/docs/components/DialogBlocks/Examples/BasicInformationalDialog.tsx +++ b/src/docs/components/DialogBlocks/Examples/BasicInformationalDialog.tsx @@ -18,7 +18,7 @@ export function BasicInformationalDialog() { - + Dialog Title Dialog Subtitle diff --git a/src/docs/components/DialogBlocks/Examples/DeletingItem.tsx b/src/docs/components/DialogBlocks/Examples/DeletingItem.tsx index 6455961..6c81016 100644 --- a/src/docs/components/DialogBlocks/Examples/DeletingItem.tsx +++ b/src/docs/components/DialogBlocks/Examples/DeletingItem.tsx @@ -21,7 +21,7 @@ export function DeletingItem() { - + Delete Item