Skip to content

Commit fa96da4

Browse files
ivicacclaude
andcommitted
2272 client - Match close button size with other header buttons in workflow code editor
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent df38d9b commit fa96da4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ const WorkflowCodeEditorSheet = ({
159159

160160
<SheetClose asChild>
161161
<Button
162-
className="mb-2.5 ml-1"
162+
className="[&_svg]:size-5"
163163
icon={<XIcon />}
164164
onClick={() => handleOpenChange(false)}
165-
size="iconXs"
165+
size="icon"
166166
variant="ghost"
167167
/>
168168
</SheetClose>

0 commit comments

Comments
 (0)