We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdab62b commit 14460fdCopy full SHA for 14460fd
client/src/pages/platform/workflow-editor/components/WorkflowCodeEditorSheet.tsx
@@ -144,7 +144,7 @@ const WorkflowCodeEditorSheet = ({
144
size="icon"
145
variant="ghost"
146
>
147
- <PlayIcon className="text-success h-5" />
+ <PlayIcon className="h-5 text-success" />
148
</Button>
149
</span>
150
</TooltipTrigger>
@@ -187,8 +187,8 @@ const WorkflowCodeEditorSheet = ({
187
}
188
}}
189
options={{
190
- folding: true,
191
- foldingStrategy: 'indentation',
+ folding: true,
+ foldingStrategy: 'indentation',
192
193
value={workflow.definition!}
194
/>
0 commit comments