File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,14 @@ export default function Editor(props: EditorProps): React.ReactElement {
162162 }
163163
164164 return (
165- < Flex w = "full" justifyContent = "center" overflowX = "hidden" >
165+ < Flex
166+ w = "full"
167+ justifyContent = "center"
168+ overflowX = "hidden"
169+ backgroundImage = "/pipebg.svg"
170+ backgroundRepeat = "repeat"
171+ backgroundSize = "auto"
172+ >
166173 < StepExecutionsToIncludeProvider value = { stepExecutionsToInclude } >
167174 < Flex
168175 { ...editorStyles . container }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export const flowStepGroupStyles = {
44 container : {
55 flexDir : 'column' as FlexProps [ 'flexDir' ] ,
66 alignItems : 'center' ,
7+ background : 'white' ,
78 borderWidth : '1px' ,
89 borderColor : 'base.divider.medium' ,
910 borderRadius : 'lg' ,
You can’t perform that action at this time.
0 commit comments