Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Harmonize tools panels
  • Loading branch information
ramonjd committed Apr 14, 2024
1 parent a492281 commit 2b8443c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ function BackgroundToolsPanel( {
return (
<VStack
as={ ToolsPanel }
spacing={ 6 }
spacing={ 4 }
label={ headerLabel }
resetAll={ resetAll }
panelId={ panelId }
Expand All @@ -542,7 +542,7 @@ function BackgroundToolsPanel( {

const DEFAULT_CONTROLS = {
backgroundImage: true,
backgroundSize: true,
backgroundSize: false,
};

export default function BackgroundPanel( {
Expand Down

0 comments on commit 2b8443c

Please sign in to comment.