Update ToggleNode.tsx

This commit is contained in:
Nate Kelley 2025-09-09 21:53:35 -06:00 committed by Wells Bunker
parent 05b213a124
commit 345e552560
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
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"