Rounded corners for workflow header (#885)

This commit is contained in:
Kerem Yilmaz
2024-09-25 08:15:20 -07:00
committed by GitHub
parent 9f98fc94af
commit 84217e6294

View File

@@ -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}