diff --git a/src/core/components/BottomSheet/BottomSheet.stories.tsx b/src/core/components/BottomSheet/BottomSheet.stories.tsx index df6c899..9c9cbcb 100644 --- a/src/core/components/BottomSheet/BottomSheet.stories.tsx +++ b/src/core/components/BottomSheet/BottomSheet.stories.tsx @@ -44,6 +44,7 @@ export const Default = (props: BottomSheetProps) => { target={props.target ?? 'bar'} isOpen={props.isOpen || isOpen} onClose={onToggle} + useCloseBtn useClickOutsideEvent > BottomSheet diff --git a/src/core/components/BottomSheet/index.tsx b/src/core/components/BottomSheet/index.tsx index 69f9db5..6e702ca 100644 --- a/src/core/components/BottomSheet/index.tsx +++ b/src/core/components/BottomSheet/index.tsx @@ -9,6 +9,7 @@ import { BOTTOM_SHEET_ROUNDED_VARIANTS, BOTTOM_SHEET_ROUNDED_VARIANTS_MAPPER, } from '@/core/components/BottomSheet/constants'; +import IconButton from '@/core/components/Button/IconButton'; const BottomSheet = forwardRef( ( @@ -44,15 +45,20 @@ const BottomSheet = forwardRef( >