mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
fix: remove ring in workbench drawer
This commit is contained in:
parent
958392945e
commit
58502f1629
@ -42,6 +42,7 @@ const DrawerContent = React.forwardRef<
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] bg-bolt-elements-background-depth-1",
|
||||
"outline-none ring-0 focus:outline-none focus:ring-0",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
||||
@ -238,7 +238,7 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) =>
|
||||
open={showWorkbench}
|
||||
onOpenChange={(open) => workbenchStore.showWorkbench.set(open)}
|
||||
>
|
||||
<DrawerContent className="h-[90vh] p-4">
|
||||
<DrawerContent className="h-[90vh] p-4 ring-transparent border-transparent bg-transparent">
|
||||
{workbenchInstance}
|
||||
</DrawerContent>
|
||||
</Drawer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user