From 47962a86818b33d45bc5b95a4084f92c1b5dfb8d Mon Sep 17 00:00:00 2001 From: yohlo Date: Fri, 3 Oct 2025 02:49:06 -0500 Subject: [PATCH] fix slide panel --- src/components/sheet/slide-panel/slide-panel.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 || {})} /> - - + + + + )}