Skip to content

Commit 7a6bc90

Browse files
committed
fix order of global settings
1 parent 37ff34c commit 7a6bc90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/plugins/global-settings/buttons-and-icons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-buttons-and-
381381
</PanelAdvancedSettings>
382382
</>
383383
)
384-
}, 10 )
384+
}, 12 )
385385

386386
export const GlobalButtonsAndIconsStyles = () => {
387387
const styles = useBlockLayoutEditorLoader( 'stackable/global-buttons-and-icons', 'buttons-and-icons' )

src/plugins/global-settings/icon-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ if ( showProNotice || isPro ) {
3232
</PanelAdvancedSettings>
3333
</Fragment>
3434
)
35-
}, 12 )
35+
}, 16 )
3636
}

src/plugins/global-settings/preset-controls/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ if ( showProNotice || isPro ) {
4343
</PanelAdvancedSettings>
4444
</Fragment>
4545
)
46-
}, 12 )
46+
}, 14 )
4747
}

src/plugins/global-settings/spacing-and-borders/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-spacing-and-
413413
</PanelAdvancedSettings>
414414
</>
415415
)
416-
}, 8 )
416+
}, 10 )
417417

418418
export const GlobalSpacingAndBordersStyles = () => {
419419
const styles = useBlockLayoutEditorLoader( 'stackable/global-spacing-and-borders', 'spacing-and-borders' )

src/plugins/global-settings/typography/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,4 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-typography',
587587
</PanelAdvancedSettings>
588588
</Fragment>
589589
)
590-
}, 4 )
590+
}, 6 )

0 commit comments

Comments
 (0)