Skip to content

Commit 6ebc460

Browse files
fix (global settings): move color palette to 2nd
1 parent 33a90ee commit 6ebc460

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/global-settings/colors

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-colors', out
138138
</PanelAdvancedSettings>
139139
</Fragment>
140140
)
141-
}, 20 )
141+
}, 4 )
142142

143143
// Convert hex colors to global colors in Stackable blocks.
144144
addFilter( 'stackable.color-palette-control.change', 'stackable/global-colors', ( value, colorObject ) => {

0 commit comments

Comments
 (0)