Update ToggleNode.tsx

This commit is contained in:
Nate Kelley 2025-09-09 21:53:35 -06:00
parent c77f0e02ea
commit c602c1f98c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export function ToggleElement(props: PlateElementProps) {
const hasContent = element.children.some((child) => child.text);
return (
<PlateElement {...props} className="pl-6">
<PlateElement {...props} className="pl-6 my-2">
<Button
size="small"
variant="ghost"