Skip to content

Commit 14460fd

Browse files
monikakusterivicac
authored andcommitted
1692 - client - SF
1 parent bdab62b commit 14460fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/pages/platform/workflow-editor/components/WorkflowCodeEditorSheet.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const WorkflowCodeEditorSheet = ({
144144
size="icon"
145145
variant="ghost"
146146
>
147-
<PlayIcon className="text-success h-5" />
147+
<PlayIcon className="h-5 text-success" />
148148
</Button>
149149
</span>
150150
</TooltipTrigger>
@@ -187,8 +187,8 @@ const WorkflowCodeEditorSheet = ({
187187
}
188188
}}
189189
options={{
190-
folding: true,
191-
foldingStrategy: 'indentation',
190+
folding: true,
191+
foldingStrategy: 'indentation',
192192
}}
193193
value={workflow.definition!}
194194
/>

0 commit comments

Comments
 (0)