feat(playground): style resizable handle

This commit is contained in:
cfngc4594 2025-02-21 21:34:37 +08:00
parent 2b5b4dee57
commit a69f819da4

View File

@ -18,7 +18,7 @@ export default function PlaygroundLayout({
<ResizablePanel defaultSize={50}> <ResizablePanel defaultSize={50}>
{problemDescription} {problemDescription}
</ResizablePanel> </ResizablePanel>
<ResizableHandle withHandle /> <ResizableHandle withHandle className="w-0.5 hover:bg-blue-500" />
<ResizablePanel defaultSize={50}> <ResizablePanel defaultSize={50}>
{children} {children}
</ResizablePanel> </ResizablePanel>