ndiego / icon-block

Effortlessly add SVG icons and graphics to your website.
https://nickdiego.com/projects/icon-block/
GNU General Public License v2.0
104 stars 14 forks source link

Update color controls to use native "color" panel. #35

Closed ndiego closed 1 year ago

ndiego commented 1 year ago

Previously, the Icon block color controls were placed inside a custom InspectorControls panel. However, we can now set group="color" when setting up an InspectorControls panel, which allows us to hook into the native "Color" panel.

This PR takes advantage of this change and moves the Icon and Background color controls to the native "Color" panel. Another benefit of this approach is that the Colors now appear at the top of the Style panel. Custom panels will always appear below native panels for block supports.

image