moving tools

This commit is contained in:
hamid zarghami
2026-05-05 14:37:03 +03:30
parent f3e9d85c6d
commit 793ae82914
2 changed files with 11 additions and 7 deletions
@@ -55,7 +55,7 @@ const MaskSettings = ({ objectId }: MaskSettingsProps) => {
return (
<div className={clx(
"p-4 border-b space-y-4",
"p-4 border-b space-y-4 border-t border-border",
!canBeMask && "border-b-0 p-0"
)}>
{/* Section 1: Convert shape to mask (only for shapes) */}