Skip to content

Commit

Permalink
Rounded corners for workflow header (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Sep 25, 2024
1 parent 9f98fc9 commit 84217e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function WorkflowHeader({
const navigate = useNavigate();

return (
<div className="flex h-full w-full justify-between bg-slate-elevation2 px-6 py-5">
<div className="flex h-full w-full justify-between rounded-xl bg-slate-elevation2 px-6 py-5">
<div className="flex h-full items-center">
<EditableNodeTitle
editable={true}
Expand Down

0 comments on commit 84217e6

Please sign in to comment.