render targets in table, update targets

This commit is contained in:
Milo Schwartz 2024-11-12 23:59:47 -05:00
parent 93ea7e4620
commit cf3cf4d827
No known key found for this signature in database
16 changed files with 744 additions and 472 deletions

View file

@ -21,7 +21,7 @@ const DialogOverlay = React.forwardRef<
<DialogPrimitive.Overlay
ref={ref}
className={cn(
"fixed inset-0 z-50 bg-black/50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
"fixed inset-0 z-50 bg-black/30 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
className
)}
{...props}