diff --git a/src/components/sheet/slide-panel/slide-panel.tsx b/src/components/sheet/slide-panel/slide-panel.tsx index 5292171..46107e7 100644 --- a/src/components/sheet/slide-panel/slide-panel.tsx +++ b/src/components/sheet/slide-panel/slide-panel.tsx @@ -5,6 +5,7 @@ import { ActionIcon, ScrollArea, Divider, + Stack, } from "@mantine/core"; import { ArrowLeftIcon, CheckIcon } from "@phosphor-icons/react"; import { useState, ReactNode } from "react"; @@ -175,8 +176,10 @@ const SlidePanel = ({ {...(panelConfig.componentProps || {})} /> - - + + + + )}