first pass styling

This commit is contained in:
Danny Avila 2024-08-22 20:05:25 -04:00
parent d86d4f5c17
commit cd749a2bcb
2 changed files with 156 additions and 42 deletions

View file

@ -150,7 +150,7 @@ const SidePanel = ({
</ResizablePanel>
{artifacts != null && (
<>
<ResizableHandleAlt withHandle className="bg-border-light dark:text-white mx-4" />
<ResizableHandleAlt withHandle className="ml-3 bg-border-medium dark:text-white" />
<ResizablePanel defaultSize={defaultLayout[0]} minSize={minSizeMain}>
{artifacts}
</ResizablePanel>