File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ComponentEditor/components
ReactFlow/FlowCanvas/TaskNode/TaskNodeCard Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const NewComponentTemplateSelector = ({
2121 Create a new component using the in-app editor
2222 </ Paragraph >
2323 < Heading level = { 3 } > Select a Template</ Heading >
24- < div className = "grid grid-cols-3 border-1 rounded-md p-2 w-full" >
24+ < div className = "grid grid-cols-3 border rounded-md p-2 w-full" >
2525 { SUPPORTED_TEMPLATES . map ( ( template ) => (
2626 < Button
2727 key = { template . name }
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export function TaskNodeOutputs({
167167 return (
168168 < div
169169 className = { cn (
170- "flex flex-col justify-end items-center gap-3 p-2 bg-gray-100 border-1 border-gray-200 rounded-lg" ,
170+ "flex flex-col justify-end items-center gap-3 p-2 bg-gray-100 border border-gray-200 rounded-lg" ,
171171 condensed && onBackgroundClick && "hover:bg-gray-200/70 cursor-pointer" ,
172172 ) }
173173 onClick = { handleBackgroundClick }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function TooltipContent({
6363 { children }
6464 < TooltipPrimitive . Arrow
6565 className = { cn (
66- "bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px )] rotate-45 rounded-[2px]" ,
66+ "bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%-2px )] rotate-45 rounded-[2px]" ,
6767 arrowClassName ,
6868 ) }
6969 />
You can’t perform that action at this time.
0 commit comments