Skip to content

Commit

Permalink
Global Styles: Adjust spacing of background panel (#64880)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent d574952 commit d82ce72
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,16 +692,14 @@ function BackgroundToolsPanel( {
};

return (
<VStack
as={ ToolsPanel }
spacing={ 2 }
<ToolsPanel
label={ headerLabel }
resetAll={ resetAll }
panelId={ panelId }
dropdownMenuProps={ dropdownMenuProps }
>
{ children }
</VStack>
</ToolsPanel>
);
}

Expand Down

0 comments on commit d82ce72

Please sign in to comment.