Skip to content

Commit 7a148a4

Browse files
committed
Revert "chore: update editor bg image"
This reverts commit 777acad448560337b80cde8342574e0632e29227.
1 parent c0a8067 commit 7a148a4

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

packages/frontend/public/pipebg.svg

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/frontend/src/components/Editor/index.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,7 @@ export default function Editor(props: EditorProps): React.ReactElement {
162162
}
163163

164164
return (
165-
<Flex
166-
w="full"
167-
justifyContent="center"
168-
overflowX="hidden"
169-
backgroundImage="/pipebg.svg"
170-
backgroundRepeat="repeat"
171-
backgroundSize="auto"
172-
>
165+
<Flex w="full" justifyContent="center" overflowX="hidden">
173166
<StepExecutionsToIncludeProvider value={stepExecutionsToInclude}>
174167
<Flex
175168
{...editorStyles.container}

packages/frontend/src/components/FlowStepGroup/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export const flowStepGroupStyles = {
44
container: {
55
flexDir: 'column' as FlexProps['flexDir'],
66
alignItems: 'center',
7-
background: 'white',
87
borderWidth: '1px',
98
borderColor: 'base.divider.medium',
109
borderRadius: 'lg',

0 commit comments

Comments
 (0)