File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
invokeai/frontend/web/src/features/nodes/components/sidePanel/builder Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const WorkflowBuilder = memo(() => {
3535 return (
3636 < Flex justifyContent = "center" w = "full" h = "full" >
3737 < Flex flexDir = "column" w = "full" maxW = "768px" gap = { 2 } >
38- < Flex w = "full" alignItems = "center" gap = { 2 } >
38+ < Flex w = "full" alignItems = "center" gap = { 2 } pt = { 3 } >
3939 < AddFormElementDndButton type = "container" />
4040 < AddFormElementDndButton type = "divider" />
4141 < AddFormElementDndButton type = "heading" />
@@ -118,6 +118,8 @@ const AddFormElementDndButton = ({ type }: { type: Parameters<typeof useAddFormE
118118 borderStyle = "dashed"
119119 isDisabled = { isDragging }
120120 size = "sm"
121+ _active = { { borderStyle : 'dashed' } }
122+ _disabled = { { borderStyle : 'dashed' , opacity : 0.5 } }
121123 >
122124 { startCase ( type ) }
123125 </ Button >
You can’t perform that action at this time.
0 commit comments